File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,10 @@ A Streamlit-based application for chatting with PDF documents using local Large
49
49
50
50
## Testing
51
51
52
- Run the regression test suite:
53
-
54
52
``` bash
55
53
python -m pytest tests/ -v
56
54
```
57
55
58
- The test suite includes:
59
- - Environment detection and configuration
60
- - PDF processing and text extraction
61
- - Model integration and response handling
62
- - Citation extraction and matching
63
- - End-to-end workflow validation
64
-
65
56
## Configuration
66
57
67
58
The application automatically detects its environment:
@@ -82,10 +73,4 @@ OLLAMA_HOST=0.0.0.0:11434 ollama serve
82
73
### Common Solutions
83
74
- ** "No models found"** : Pull a model with ` ollama pull olmo2:7b `
84
75
- ** "Can't connect"** : Restart Ollama with correct host settings
85
- - ** Upload fails** : Use "🗑️ Clear Upload" button to reset file state
86
-
87
- ## Notes
88
-
89
- - Chat history is stored in memory (lost on restart)
90
- - First model load may take 30+ seconds
91
- - Tested with Ollama 0.7.x and Python 3.8+
76
+ - ** Upload fails** : Use "🗑️ Clear Upload" button to reset file state
You can’t perform that action at this time.
0 commit comments