"src/vscode:/vscode.git/clone" did not exist on "594f2802f35c528a8aa0e3dc580ea388398b02e0"
Unverified Commit d0794788 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #618 from lainedfles/main

Disable Chroma telemetry
parents 92991a1f 6c1e69ca
......@@ -113,7 +113,7 @@ if WEBUI_AUTH and WEBUI_JWT_SECRET_KEY == "":
CHROMA_DATA_PATH = f"{DATA_DIR}/vector_db"
EMBED_MODEL = "all-MiniLM-L6-v2"
CHROMA_CLIENT = chromadb.PersistentClient(
path=CHROMA_DATA_PATH, settings=Settings(allow_reset=True)
path=CHROMA_DATA_PATH, settings=Settings(allow_reset=True, anonymized_telemetry=False)
)
CHUNK_SIZE = 1500
CHUNK_OVERLAP = 100
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment