You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataILama is a tool for managing and analyzing research papers using AI. It provides a web interface and API for searching, analyzing, and managing academic papers.
4
+
5
+
## Features
6
+
7
+
- Web interface for paper management
8
+
- AI-powered paper analysis
9
+
- REST API for programmatic access
10
+
- Vector search capabilities
11
+
12
+
## Installation
13
+
14
+
### From Release
15
+
16
+
1. Download the latest release from the [releases page](https://github.com/hydrocode-de/datailama/releases)
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.
5
+
6
+
## Installation
7
+
Download the appropriate binary for your system from the release assets and make it executable:
8
+
```bash
9
+
# For Linux/macOS
10
+
chmod +x datailama-{{os}}-{{arch}}
11
+
# For Windows
12
+
# No action needed, use the .exe file directly
13
+
```
14
+
15
+
## Usage
16
+
Run the binary:
17
+
```bash
18
+
./datailama-{{os}}-{{arch}} serve
19
+
```
20
+
21
+
For more information, see the [README.md](README.md).
0 commit comments