DataILama is a powerful data management tool that connects your vector databases with local LLM instances through Ollama or cloud instances. It provides a simple CLI interface to manage your data collections and interact with them through a REST API.
Download the appropriate binary for your system from the release assets and make it executable:
# For Linux/macOS
chmod +x datailama-{{os}}-{{arch}}
# For Windows
# No action needed, use the .exe file directlyRun the binary:
./datailama-{{os}}-{{arch}} serveFor more information, see the README.md.