Skip to content

Releases: AllAboutAI-YT/easy-local-rag

Update V1.3

12 May 14:13
9154737
Compare
Choose a tag to compare

Update V1.3

  • Added Email RAG Support

Watch YouTube Tutorial for more detailed info and use

Updates V1.2

24 Apr 14:32
6971b72
Compare
Choose a tag to compare

Update V1.2

Implemented a re-write query function to improve vauge questions (Can be removed ofc)

  • def rewrite_query

#5 Implemented a new embeddings model from ollama

  • mxbai-embed-large - ollama pull mxbai-embed-large

#6 Changed the upload.py

  • replaced /n/n with just /n

v1.1

22 Apr 07:42
b5a4621
Compare
Choose a tag to compare

Updates V1.1

#2 Added a way to pick you ollama model from cli

  • python localrag.py --model mistral (default is llama3)

#3 Talk to your documents with a conversation history

  • You can now talk in a true loop with a context aware conv history