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

add in config.py the port on wich is running streamlit (in app.sh it is 8080 for now) #44

Open dodeeric opened 1 month ago

dodeeric commented 1 month ago

streamlit run Assistant.py --server.port=8080 &

dodeeric commented 3 weeks ago

not in .py, but .sh...