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

@@ -10,8 +10,6 @@ from langchain_google_genai import ChatGoogleGenerativeAI
from langchain_core.output_parsers import StrOutputParser
from langchain_core.runnables import RunnablePassthrough
from dotenv import load_dotenv
load_dotenv()
# Initialize embedding model
embedding_model = GoogleGenerativeAIEmbeddings(model="models/embedding-001")