Local private AI assistant powered by FastAPI, Streamlit, FAISS, and TinyLlama with document search and chat capabilities.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
Added Redis to client query script and attempted to fine tune prompt.
88488c6View on GitHubEnsured file name is passed through with the file upload.
8deee84View on GitHubUpdated logic for dev mode, source name passing, and added proper imports.
8c87163View on GitHubAdded early stage file upload logic, ui, and vector DB configuration.
8a500aaView on GitHubAdded option to choose intended model. Options of tinyllama, llama3, and mistral.
ddbd438View on GitHubUpdated LLM client to send and recieve real messages.
3b6f5e1View on GitHubFixed index error caused by no logic for responses with no context.
ce1b714View on GitHubImplemented FAISS-based vectorstore with sentence-transformers.
001ad50View on GitHub