An open API service indexing awesome lists of open source software.

https://github.com/symfony/ai-store

Low-level abstraction for storing and retrieving documents in a vector store.
https://github.com/symfony/ai-store

ai azure chromadb clickhouse cloudflare llm mariadb meilisearch milvus mongodb neo4j pinecone postgres qdrant surrealdb symfony symfony-ai typesense weaviate

Last synced: 3 months ago
JSON representation

Low-level abstraction for storing and retrieving documents in a vector store.

Awesome Lists containing this project

README

          

# Symfony AI - Store Component

The Store component provides a low-level abstraction for storing and retrieving documents in a vector store.

**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).

## Installation

```bash
composer require symfony/ai-store
```

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.

## Resources

- [Documentation](doc/index.rst)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)