Skip to content

Commit

Permalink
adding Chroma with limited support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Aug 22, 2024
1 parent f4ef2e7 commit cb8e9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haystack/components/preprocessors/document_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class DocumentSplitter:
The DocumentSplitter is only compatible with the following DocumentStores:
- (Astra)[https://docs.haystack.deepset.ai/docs/astradocumentstore]
- (Chroma)[https://docs.haystack.deepset.ai/docs/chromadocumentstore] limited support, overlapping information is
not stored
- (ElasticSearch)[https://docs.haystack.deepset.ai/docs/elasticsearch-document-store]
- (OpenSearch)[https://docs.haystack.deepset.ai/docs/opensearch-document-store]
- (PGVector)[https://docs.haystack.deepset.ai/docs/pgvectordocumentstore]
Expand Down

0 comments on commit cb8e9be

Please sign in to comment.