mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 09:03:12 +00:00
Added support for host.docker.internal (ie: to use local chromadb ser… (#195)
Added support for host.docker.internal (ie: to use local chromadb server)
This commit is contained in:
parent
a62e891fa0
commit
882b362213
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@ OPEN_MODEL_PREF='gpt-3.5-turbo'
|
|||
###########################################
|
||||
# Enable all below if you are using vector database: Chroma.
|
||||
# VECTOR_DB="chroma"
|
||||
# CHROMA_ENDPOINT='http://localhost:8000'
|
||||
# CHROMA_ENDPOINT='http://host.docker.internal:8000'
|
||||
|
||||
# Enable all below if you are using vector database: Pinecone.
|
||||
VECTOR_DB="pinecone"
|
||||
|
@ -48,4 +48,4 @@ PINECONE_INDEX=
|
|||
STORAGE_DIR="./server/storage"
|
||||
GOOGLE_APIS_KEY=
|
||||
UID='1000'
|
||||
GID='1000'
|
||||
GID='1000'
|
||||
|
|
|
@ -26,3 +26,5 @@ services:
|
|||
- .env
|
||||
networks:
|
||||
- anything-llm
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue