Spaces:
Sleeping
Sleeping
adjusting read.me
Browse files- README.md +1 -1
- 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
|
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
|
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.
|