Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llm-bootcamp-projects
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zaid
llm-bootcamp-projects
Commits
4673e4d0
Commit
4673e4d0
authored
Sep 21, 2023
by
zaid
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.datasciencedojo.com/zaid/llm-bootcamp-projects
parents
e836b1c4
90f8f852
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
main.py
Blog Generator/main.py
+1
-1
No files found.
Blog Generator/main.py
View file @
4673e4d0
...
@@ -46,7 +46,7 @@ def pdf_text_chunks(text):
...
@@ -46,7 +46,7 @@ def pdf_text_chunks(text):
chunks
=
splitter
.
split_text
(
text
)
chunks
=
splitter
.
split_text
(
text
)
return
chunks
return
chunks
#Embedding the text
#Embedding the
given
text
def
get_db_from_chunks
(
text_chunks
):
def
get_db_from_chunks
(
text_chunks
):
db
=
Redis
.
from_texts
(
text_chunks
,
embeddings
,
redis_url
=
"redis://localhost:6379"
)
db
=
Redis
.
from_texts
(
text_chunks
,
embeddings
,
redis_url
=
"redis://localhost:6379"
)
return
db
return
db
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment