Metadata-Version: 2.4
Name: vibrary
Version: 0.0.1
Summary: Universal Content Registry for AI Applications - unified storage and semantic search for documents, posts, media
Project-URL: Homepage, https://github.com/LifeAiTools/vibrary
Project-URL: Documentation, https://github.com/LifeAiTools/vibrary#readme
Project-URL: Repository, https://github.com/LifeAiTools/vibrary
Project-URL: Issues, https://github.com/LifeAiTools/vibrary/issues
Author-email: LifeAiTools <dev@lifeaitools.com>
License-Expression: Apache-2.0
Keywords: ai,content-registry,document-management,hybrid-search,knowledge-base,qdrant,semantic-search,vector-search
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# vibrary

> Universal Content Registry for AI Applications

## Coming Soon

**vibrary** is a unified system for storing and searching content of any type with semantic search capabilities.

### Planned Features

- **Entity Registry** - Unified metadata for documents, posts, audio, video, and other media
- **Information Blocks** - Searchable content chunks with graph relations
- **3-Layer Hybrid Search** - Dense embeddings + vocabulary matching + sparse vectors
- **Hierarchical Relations** - parent/child, avatar/main, revisions tracking
- **Source Tracking** - Origin, conversions, and format history

### Use Cases

- Knowledge bases with mixed content types
- Document management with semantic search
- Media libraries with transcription/avatar support
- Legal document versioning and comparison

## Installation (future)

```bash
pip install vibrary
```

## Links

- GitHub: https://github.com/LifeAiTools/vibrary
- PyPI: https://pypi.org/project/vibrary/

## License

Apache-2.0
