Minimal, Building Blocks for Large Language Models!
pip install llamarchfrom llamarch import ...To run the tests, first install the test dependencies:
pip install pytestThe tests require several services (Neo4j, Redis, Qdrant) to be running. You can use the provided docker-compose.yml to start these services:
docker compose up -dThen run the tests using:
pytestAlternatively, you can use the provided test script which starts the services, runs the tests, and then shuts down the services:
./scripts/run_tests.shRefer to the documentation site for more information.
Please direct your queries to gpavanb1 for any questions.
You can raise any issues faced while using the project at this link
The documentation is generated using mkdocs. Local version can be viewed using mkdocs serve and the deployment is done using
mkdocs gh-deploy