Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def initialize():
|
|
67 |
# print(f"Total number of code_chunks: {len(code_chunks)}")
|
68 |
# print(f"Total number of doc_chunks: {len(doc_chunks)}")
|
69 |
|
70 |
-
vectorstore = get_chroma_vectorstore(get_SFR_Code_embedding_model(), "data/
|
71 |
llm = get_groq_llm(LLM_MODEL_NAME, LLM_MODEL_TEMPERATURE, GROQ_API_KEY)
|
72 |
|
73 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|
|
|
67 |
# print(f"Total number of code_chunks: {len(code_chunks)}")
|
68 |
# print(f"Total number of doc_chunks: {len(doc_chunks)}")
|
69 |
|
70 |
+
vectorstore = get_chroma_vectorstore(get_SFR_Code_embedding_model(), "data/vectorstore")
|
71 |
llm = get_groq_llm(LLM_MODEL_NAME, LLM_MODEL_TEMPERATURE, GROQ_API_KEY)
|
72 |
|
73 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|