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

standardize the json file names #78

Closed dodeeric closed 1 week ago

dodeeric commented 2 weeks ago

url = filename, but:

change http|https:// into "" change / into - change " " into - change ? into - change : into - change . into - change = into -

add suffix -swp done

for commons:

commons-category--swp.json ==> no more need to enter "Category" when entering the category

etc.

dodeeric commented 1 week ago

done for url done for commons category (file name formatting & input category without "Category")