Complete BitNet RAG usage guide with API reference.
The API provides the following endpoints:
- GET
/health- Check system health and status
- POST
/query- Query the RAG system - POST
/search- Vector similarity search
- GET
/stats- Get system statistics - GET
/model-info- Get model information
Environment variables and settings for the RAG system:
NEO4J_URI- Neo4j database URINEO4J_USER- Neo4j usernameNEO4J_PASSWORD- Neo4j passwordPYTHONPATH- Python path configuration
Common issues and solutions:
- Check Docker containers are running
- Verify Neo4j is accessible on port 7687
- Ensure network connectivity between containers
- Check memory usage with
/statsendpoint - Review query cache hit rates
- Monitor embedding coverage
- Use Data Quality Check queries from Neo4j Browser
- Verify document uploads completed successfully
- Check chunk embedding coverage
See the /examples directory for code samples and usage patterns.
This is a placeholder file. Complete documentation will be added in future updates.