File size: 785 Bytes
b34efa5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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