NyashaK commited on
Commit
17abc23
·
1 Parent(s): db687f1

adjusting read.me

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. chainlit.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ The core of Ronald AI is its ability to understand and respond to queries strict
16
  ## Features
17
 
18
  - **RAG pipeline**: Retrieves and grounds answers on local documents.
19
- - **LLM Integration**: Uses OpenRouter's DeepSeek Chat model for generation.
20
  - **Document Indexing**: Auto-loads or rebuilds index from `data/`.
21
  - **Real-time Chat UI**: Powered by Chainlit with streaming responses.
22
  - **HuggingFace Embeddings**: Uses `BAAI/bge-small-en-v1.5` for vector search.
 
16
  ## Features
17
 
18
  - **RAG pipeline**: Retrieves and grounds answers on local documents.
19
+ - **LLM Integration**: Uses OpenRouter's OpenGVLab: InternVL3 14B Chat model for generation.
20
  - **Document Indexing**: Auto-loads or rebuilds index from `data/`.
21
  - **Real-time Chat UI**: Powered by Chainlit with streaming responses.
22
  - **HuggingFace Embeddings**: Uses `BAAI/bge-small-en-v1.5` for vector search.
chainlit.md CHANGED
@@ -16,7 +16,7 @@ The core of Ronald AI is its ability to understand and respond to queries strict
16
  ## Features
17
 
18
  - **RAG pipeline**: Retrieves and grounds answers on local documents.
19
- - **LLM Integration**: Uses OpenRouter's DeepSeek Chat model for generation.
20
  - **Document Indexing**: Auto-loads or rebuilds index from `data/`.
21
  - **Real-time Chat UI**: Powered by Chainlit with streaming responses.
22
  - **HuggingFace Embeddings**: Uses `BAAI/bge-small-en-v1.5` for vector search.
 
16
  ## Features
17
 
18
  - **RAG pipeline**: Retrieves and grounds answers on local documents.
19
+ - **LLM Integration**: Uses OpenRouter's OpenGVLab: InternVL3 14B Chat model for generation.
20
  - **Document Indexing**: Auto-loads or rebuilds index from `data/`.
21
  - **Real-time Chat UI**: Powered by Chainlit with streaming responses.
22
  - **HuggingFace Embeddings**: Uses `BAAI/bge-small-en-v1.5` for vector search.