langchain/docs/extras/integrations/vectorstores
Muhammed Al-Dulaimi 9975ba4124
Fix ChromaDB integration -> docker container instructions (#8447)
## 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
2023-07-30 21:11:56 -07:00
..
faiss_index mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
alibabacloud_opensearch.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
analyticdb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
annoy.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
atlas.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
awadb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
azuresearch.ipynb Azure Cognitive Search: Custom index and scoring profile support (#6843) 2023-07-26 17:58:01 -07:00
cassandra.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
chroma.ipynb Fix ChromaDB integration -> docker container instructions (#8447) 2023-07-30 21:11:56 -07:00
clarifai.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
clickhouse.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
deeplake.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
docarray_hnsw.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
docarray_in_memory.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
elasticsearch.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
faiss.ipynb Added Proper Documentation for faiss-gpu Installation (#8492) 2023-07-30 13:24:30 -07:00
hologres.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
index.mdx mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
lancedb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
marqo.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
matchingengine.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
meilisearch.ipynb Feature: Add support for meilisearch vectorstore (#7649) 2023-07-28 17:06:54 -07:00
milvus.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
mongodb_atlas.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
myscale.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
opensearch.ipynb [ OpenSearch ] : Add AOSS Support to OpenSearch (#8256) 2023-07-25 23:59:36 -07:00
pgembedding.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
pgvector.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
pinecone.ipynb Minor fixes to enhance notebook usability: (#8389) 2023-07-28 17:10:03 -07:00
qdrant.ipynb Fix documentation for from_documents signature (#8482) 2023-07-30 13:24:44 -07:00
redis.ipynb Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
rockset.ipynb Wfh/ref links (#8454) 2023-07-29 08:44:32 -07:00
singlestoredb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
sklearn.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
starrocks.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
supabase.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
tair.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
tigris.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
typesense.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
vectara.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
weaviate.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
zilliz.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00