dodeeric / langchain-ai-assistant-with-hybrid-rag

This is a LLM chatbot coded with LangChain. The web interface is coded with Streamlit. It implements a hybrid RAG (keyword and semantic search) and chat memory.
https://bmae-ragai-webapp.azurewebsites.net
GNU General Public License v3.0
8 stars 1 forks source link

run chroma db server on another server (add ip and port in config.py) #57

Closed dodeeric closed 2 weeks ago

dodeeric commented 2 weeks ago

Run a chroma server

╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ --path TEXT The path to the file or directory. [default: ./chroma_data] │ │ --host TEXT The host to listen to. Default: localhost [default: localhost] │ │ --log-path TEXT The path to the log file. [default: chroma.log] │ │ --port INTEGER The port to run the server on. [default: 8000] │ │ --help Show this message and exit.