Update chat_interface.py
Browse files- 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(
|