Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 658 Bytes

File metadata and controls

21 lines (17 loc) · 658 Bytes

DataILama v{{version}}

Description

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.

Installation

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 directly

Usage

Run the binary:

./datailama-{{os}}-{{arch}} serve

For more information, see the README.md.