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

def load_files_and_embed(json_file_paths: int, pdf_file_paths: int, embed: bool) -> None: ==> should be "list" in place of "int"??? #100

Closed dodeeric closed 6 hours ago

dodeeric commented 5 days ago

utils.py