File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ CHANGELOG
4646 - Qdrant
4747 - SurrealDB
4848 - Typesense
49+ - Weaviate
4950 * Add Retrieval Augmented Generation (RAG) support:
5051 - Document embedding storage
5152 - Similarity search for relevant documents
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ You can find more advanced usage in combination with an Agent using the store fo
4848* `Similarity Search with SurrealDB (RAG) `_
4949* `Similarity Search with Symfony Cache (RAG) `_
5050* `Similarity Search with Typesense (RAG) `_
51+ * `Similarity Search with Weaviate (RAG) `_
5152
5253.. note ::
5354
@@ -72,6 +73,7 @@ Supported Stores
7273* `SurrealDB `_
7374* `Symfony Cache `_
7475* `Typesense `_
76+ * `Weaviate `_
7577
7678.. note ::
7779
@@ -113,6 +115,7 @@ This leads to a store implementing two methods::
113115.. _`Similarity Search with Qdrant (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/qdrant.php
114116.. _`Similarity Search with SurrealDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/surrealdb.php
115117.. _`Similarity Search with Typesense (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/typesense.php
118+ .. _`Similarity Search with Weaviate (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/weaviate.php
116119.. _`Azure AI Search` : https://azure.microsoft.com/products/ai-services/ai-search
117120.. _`Chroma` : https://www.trychroma.com/
118121.. _`MariaDB` : https://mariadb.org/projects/mariadb-vector/
@@ -128,3 +131,4 @@ This leads to a store implementing two methods::
128131.. _`Typesense` : https://typesense.org/
129132.. _`GitHub` : https://github.com/symfony/ai/issues/16
130133.. _`Symfony Cache` : https://symfony.com/doc/current/components/cache.html
134+ .. _`Weaviate` : https://weaviate.io/
You can’t perform that action at this time.
0 commit comments