Skip to content

Commit

Permalink
fix chromadb document
Browse files Browse the repository at this point in the history
  • Loading branch information
DARREN OBERST authored and DARREN OBERST committed Dec 19, 2024
1 parent 9f998ce commit 488c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmware/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ def create_new_embedding(self, doc_ids=None, batch_size=500):
for doc_id, block_id, sentence in zip(doc_ids, block_ids, sentences)]

self._collection.add(ids=ids,
documents=doc_ids,
# documents=doc_ids,
embeddings=vectors,
metadatas=metadatas)

Expand Down

0 comments on commit 488c9ba

Please sign in to comment.