Skip to content

Commit

Permalink
Add Feature Section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Feb 21, 2024
1 parent 4a287b7 commit 412cf6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Offline, Open-Source RAG

Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive data leaving your network.

Features:
- Supports 100% offline embeddings & LLMs; No OpenAI!
- Streaming Responses
- Conversation Memory
- Chat Export

### Pre-Requisites

- A pre-existing Ollama instance
Expand All @@ -20,7 +26,7 @@ Ingest files for retrieval augmented generation (RAG) with open-source Large Lan
- [x] Refactor
- [x] Migrate chat stream to llama-index
- [x] Implement llama-index Chat Engine with memory
- [ ] Swap to llama-index Chat Engine
- [x] Swap to llama-index Chat Engine
- [x] Function to handle file embeddings
- [ ] Allow Switching of Embedding Model
- [ ] Delete Files after Index created
Expand Down

0 comments on commit 412cf6c

Please sign in to comment.