Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanguptaa committed Nov 19, 2024
1 parent 5309b8a commit 278ae62
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cookbook/knowledge/doc_kb.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
"""
This cookbook demonstrates how to use DocumentKnowledgeBase to create a knowledge base from PDF files
and use it with an agent to answer questions.
Requirements:
- A PostgreSQL database with pgvector extension
- PDF files in the data/docs directory
"""

from pathlib import Path

from phi.agent import Agent
from phi.document.base import Document
from phi.knowledge.document import DocumentKnowledgeBase
Expand Down

0 comments on commit 278ae62

Please sign in to comment.