Freddolin commited on
Commit
dff05c1
·
verified ·
1 Parent(s): 5382241

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -124,7 +124,7 @@ sys_msg = SystemMessage(content=system_prompt)
124
  # --- Start ChromaDB Setup ---
125
  # Define the directory for ChromaDB persistence
126
  CHROMA_DB_DIR = "./chroma_db"
127
- CSV_FILE_PATH = "./supabase.docs.csv" # Path to your CSV file
128
 
129
  # Build embeddings (this remains the same)
130
  embeddings = HuggingFaceEmbeddings(model_name="sentence-transformers/all-mpnet-base-v2") # dim=768
 
124
  # --- Start ChromaDB Setup ---
125
  # Define the directory for ChromaDB persistence
126
  CHROMA_DB_DIR = "./chroma_db"
127
+ CSV_FILE_PATH = "./supabase_docs.csv" # Path to your CSV file
128
 
129
  # Build embeddings (this remains the same)
130
  embeddings = HuggingFaceEmbeddings(model_name="sentence-transformers/all-mpnet-base-v2") # dim=768