Skip to content

Commit

Permalink
Update doc_kb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanguptaa authored Nov 25, 2024
1 parent 278ae62 commit d17249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/knowledge/doc_kb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
knowledge_base = DocumentKnowledgeBase(
documents=documents,
vector_db=PgVector(
table_name="pdf_documents",
table_name="documents",
db_url=db_url,
),
)
Expand Down

0 comments on commit d17249a

Please sign in to comment.