WIP
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user