Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -23,6 +23,7 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace, HuggingF
|
|
| 23 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 24 |
from langchain_groq import ChatGroq
|
| 25 |
from langchain_community.vectorstores import SupabaseVectorStore
|
|
|
|
| 26 |
from supabase.client import Client, create_client
|
| 27 |
|
| 28 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
|
|
|
| 23 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 24 |
from langchain_groq import ChatGroq
|
| 25 |
from langchain_community.vectorstores import SupabaseVectorStore
|
| 26 |
+
from langchain.tools.retriever import create_retriever_tool
|
| 27 |
from supabase.client import Client, create_client
|
| 28 |
|
| 29 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|