MissingBreath commited on
Commit
cc1bea1
·
verified ·
1 Parent(s): 0f8bc8f

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -63,7 +63,7 @@ docs = text_splitter.create_documents([knowledge])
63
  embeddings = GoogleGenerativeAIEmbeddings(model=embedding_model_name)
64
 
65
  # 4. Vector Database
66
- Chorma_path = "/app/Chroma/"
67
  # Create a new empty Chroma DB (or load existing if path exists)
68
  db = Chroma(
69
  collection_name="plant_treatments",
 
63
  embeddings = GoogleGenerativeAIEmbeddings(model=embedding_model_name)
64
 
65
  # 4. Vector Database
66
+ Chorma_path = "/code/Chroma/"
67
  # Create a new empty Chroma DB (or load existing if path exists)
68
  db = Chroma(
69
  collection_name="plant_treatments",