Skip to content

Commit c0df224

Browse files
committed
README cleanup
1 parent aca9945 commit c0df224

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,10 @@ A Streamlit-based application for chatting with PDF documents using local Large
4949

5050
## Testing
5151

52-
Run the regression test suite:
53-
5452
```bash
5553
python -m pytest tests/ -v
5654
```
5755

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-
6556
## Configuration
6657

6758
The application automatically detects its environment:
@@ -82,10 +73,4 @@ OLLAMA_HOST=0.0.0.0:11434 ollama serve
8273
### Common Solutions
8374
- **"No models found"**: Pull a model with `ollama pull olmo2:7b`
8475
- **"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

0 commit comments

Comments
 (0)