mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
9975ba4124
## Description This PR handles modifying the Chroma DB integration's documentation. It modifies the **Docker container** example to fix the instructions mentioned in the documentation. In the current documentation, the below `client.reset()` line causes a runtime error: ```py ... client = chromadb.HttpClient(settings=Settings(allow_reset=True)) client.reset() # resets the database collection = client.create_collection("my_collection") ... ``` `Exception: {"error":"ValueError('Resetting is not allowed by this configuration')"}` This is due to the Chroma DB server needing to have the `allow_reset` flag set to `true` there as well. This is fixed by adding the `ALLOW_RESET=TRUE` to the `docker-compose` file environment variable to the docker container before spinning it ## Issue This fixes the runtime error that occurs when running the docker container example code ## Tag Maintainer @rlancemartin, @eyurtsev |
||
---|---|---|
.. | ||
faiss_index | ||
alibabacloud_opensearch.ipynb | ||
analyticdb.ipynb | ||
annoy.ipynb | ||
atlas.ipynb | ||
awadb.ipynb | ||
azuresearch.ipynb | ||
cassandra.ipynb | ||
chroma.ipynb | ||
clarifai.ipynb | ||
clickhouse.ipynb | ||
deeplake.ipynb | ||
docarray_hnsw.ipynb | ||
docarray_in_memory.ipynb | ||
elasticsearch.ipynb | ||
faiss.ipynb | ||
hologres.ipynb | ||
index.mdx | ||
lancedb.ipynb | ||
marqo.ipynb | ||
matchingengine.ipynb | ||
meilisearch.ipynb | ||
milvus.ipynb | ||
mongodb_atlas.ipynb | ||
myscale.ipynb | ||
opensearch.ipynb | ||
pgembedding.ipynb | ||
pgvector.ipynb | ||
pinecone.ipynb | ||
qdrant.ipynb | ||
redis.ipynb | ||
rockset.ipynb | ||
singlestoredb.ipynb | ||
sklearn.ipynb | ||
starrocks.ipynb | ||
supabase.ipynb | ||
tair.ipynb | ||
tigris.ipynb | ||
typesense.ipynb | ||
vectara.ipynb | ||
weaviate.ipynb | ||
zilliz.ipynb |