|
# Norwegian RAG Chatbot Project Todo |
|
|
|
## Research Phase |
|
- [x] Research open-source LLMs with good Norwegian language support |
|
- [x] Evaluate embedding models for Norwegian text |
|
- [x] Research vector database options for RAG implementation |
|
- [x] Document findings and select best options |
|
|
|
## Design Phase |
|
- [x] Design RAG architecture |
|
- [x] Plan document processing pipeline |
|
- [x] Design chat interface |
|
- [x] Plan embedding functionality |
|
|
|
## Implementation Phase |
|
- [ ] Set up development environment |
|
- [ ] Implement document processing and embedding |
|
- [ ] Integrate LLM |
|
- [ ] Create chat interface |
|
- [ ] Develop embedding functionality |
|
|
|
## Testing and Finalization |
|
- [ ] Test with Norwegian content |
|
- [ ] Optimize performance |
|
- [ ] Document usage and integration |
|
- [ ] Finalize solution |
|
|