complete phidata -> Agno + few old error corrections

This commit is contained in:
Madhu
2025-02-03 00:11:12 +05:30
parent 610c8adee8
commit 3277f702bb
69 changed files with 276 additions and 275 deletions

View File

@@ -1,10 +1,10 @@
# Import necessary libraries
from phi.agent import Agent
from phi.model.ollama import Ollama
from phi.knowledge.pdf import PDFUrlKnowledgeBase
from phi.vectordb.qdrant import Qdrant
from phi.embedder.ollama import OllamaEmbedder
from phi.playground import Playground, serve_playground_app
from agno.agent import Agent
from agno.models.ollama import Ollama
from agno.knowledge.pdf_url import PDFUrlKnowledgeBase
from agno.vectordb.qdrant import Qdrant
from agno.embedder.ollama import OllamaEmbedder
from agno.playground import Playground, serve_playground_app
# Define the collection name for the vector database
collection_name = "thai-recipe-index"

View File

@@ -1,4 +1,4 @@
phidata
agno
qdrant-client
ollama
pypdf