jdmorzan commited on
Commit
a86db9d
·
verified ·
1 Parent(s): 75a9d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ stream_handler = CustomStreamingCallbackHandler()
32
  # --------------------------
33
  embeddings = OpenAIEmbeddings()
34
  vectordb = Chroma(
35
- persist_directory="./ai_vocacional_v2",
36
  embedding_function=embeddings
37
  )
38
 
 
32
  # --------------------------
33
  embeddings = OpenAIEmbeddings()
34
  vectordb = Chroma(
35
+ persist_directory="./ai_vocacional_v2025",
36
  embedding_function=embeddings
37
  )
38