Daniel00611 commited on
Commit
f3f4136
·
verified ·
1 Parent(s): 90edcba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
13
  client = OpenAI(api_key=OPENAI_API_KEY)
14
 
15
  # Inicializar el cliente de ChromaDB
16
- chroma_client = chromadb.PersistentClient(path="chroma_db_crminbox") # Ajusta la ruta según tu entorno
17
 
18
  # Cargar la base de datos de Chroma como un vector store
19
  vectorstore = Chroma(
 
13
  client = OpenAI(api_key=OPENAI_API_KEY)
14
 
15
  # Inicializar el cliente de ChromaDB
16
+ chroma_client = chromadb.PersistentClient(path="chroma_db_crminbox/content/chroma_db") # Ajusta la ruta según tu entorno
17
 
18
  # Cargar la base de datos de Chroma como un vector store
19
  vectorstore = Chroma(