bupa1018 commited on
Commit
331a4ac
·
1 Parent(s): 9ce3af9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/vectorstore2")
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)