|
|
2 月之前 | |
|---|---|---|
| .. | ||
| PyTorch_ROCm_vs_JupyterLab.md | 3 月之前 | |
| README_RAG-API.md | 2 月之前 | |
| README_ollama.md | 3 月之前 | |
| README_searxng.md | 3 月之前 | |
curl -X POST "http://100.87.1.24:8072/search" \
-H "Content-Type: application/json" \
-d '{"query": "transport planning", "limit": 3}'
🎉🎉🎉 SUUREPÄRANE! Palju õnne!
Näen, et RAG API genereeris täielikult eesti keelses vastuse – artikelite viidete, praktiliste rakenduste ja teaduslike järelduste abil!
# Kontrolli Docker ressursside kasutamist
docker-compose stats
# Pidevalt jälgi logisid
docker-compose logs -f rag-api --tail 50
# Või salvestada failesse
docker-compose logs rag-api > /tmp/rag-api.log
# OpenAPI spec on olemas
curl http://localhost:8072/openapi.json > /tmp/rag-api-openapi.json
# Weaviate andmete backup
docker-compose exec weaviate tar czf - /var/lib/weaviate > /backup/weaviate-$(date +%Y%m%d).tar.gz
# PostgreSQL dump
docker-compose exec postgres pg_dump -U osm pdf_research > /backup/db-$(date +%Y%m%d).sql
# Kontrollida kõigi teenuste tervist
curl http://localhost:8072/health
curl http://localhost:8080/v1/.well-known/ready
curl http://localhost:5432/ # PostgreSQL
Teie RAG API stack: