Skip to content

Commit 75a3439

Browse files
authored
Update example-2-build_embeddings.py
1 parent b4b863c commit 75a3439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎fast_start/rag/example-2-build_embeddings.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def install_vector_embeddings(library, embedding_model_name):
149149
MilvusConfig().set_config("lite", True)
150150

151151
# select one of: 'milvus' | 'chromadb' | 'lancedb' | 'faiss'
152+
# note: if you run into an error with chromadb, please update to the latest version of llmware==0.3.10 which fixes the issue
152153
LLMWareConfig().set_vector_db("chromadb")
153154

154155
# Step 1 - this example requires us to have a library created - two options:

0 commit comments

Comments
 (0)