1
0
This commit is contained in:
2026-01-23 14:05:19 +08:00
parent 74b0f4ba55
commit f5d3229b7c
3 changed files with 92 additions and 110 deletions

View File

@@ -8,7 +8,7 @@
cd ..; ./up; cd -
python3 -m venv .venv
source .venv/bin/activate
pip install beautifulsoup4 markdownify sentence-transformers qdrant-client langchain transformers
pip install beautifulsoup4 markdownify sentence-transformers qdrant-client langchain transformers ollama
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
./download.sh 123456789 # <<== pageId страницы в Confluence
python3 convert.py
@@ -66,7 +66,7 @@ rag/
```bash
python3 -m venv .venv
source ./venv/bin/activate
pip install beautifulsoup4 markdownify sentence-transformers qdrant-client langchain transformers
pip install beautifulsoup4 markdownify sentence-transformers qdrant-client langchain transformers ollama
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
```