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
@ -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…
Reference in New Issue
Block a user