pgurazada1 commited on
Commit
cb37e74
·
verified ·
1 Parent(s): e7239b1

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. chat_interface.py +0 -5
chat_interface.py CHANGED
@@ -30,11 +30,6 @@ client = OpenAI(
30
 
31
  qna_model = 'meta-llama/Meta-Llama-3-8B-Instruct'
32
 
33
- embedding_model = AnyscaleEmbeddings(
34
- client=client,
35
- model='thenlper/gte-large'
36
- )
37
-
38
  chromadb_client = chromadb.PersistentClient(path='./tesla_db')
39
 
40
  vectorstore_persisted = Chroma(
 
30
 
31
  qna_model = 'meta-llama/Meta-Llama-3-8B-Instruct'
32
 
 
 
 
 
 
33
  chromadb_client = chromadb.PersistentClient(path='./tesla_db')
34
 
35
  vectorstore_persisted = Chroma(