Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chromadb/db/mixins/embeddings_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SqlEmbeddingsQueue(SqlDB, Producer, Consumer):
are in the same process.

This is because notification of new embeddings happens solely in-process: this
implementation does not actively listen to the the database for new records added by
implementation does not actively listen to the database for new records added by
other processes.
"""

Expand Down
Loading