From 297ada6c872d8408818158a9ddc001fa11820b59 Mon Sep 17 00:00:00 2001 From: Jascha Beste Date: Mon, 16 Dec 2024 10:02:28 +0100 Subject: [PATCH] readme: add pgai to readme for semantic search (#8028) * docs: switch around database integrations order and link to quickstart * docs: link to blog post in example readme * chore: link to main readme * readme: removing example to link externally readme: removing example to link externally so we don't have to keep this example up-to-date --------- --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e565bf64..dfbca955c 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Database +- [PostgreSQL extension pgai](https://github.com/timescale/pgai) (Create and search embeddings from Ollama models using pgvector) - [MindsDB](https://github.com/mindsdb/mindsdb/blob/staging/mindsdb/integrations/handlers/ollama_handler/README.md) (Connects Ollama models with nearly 200 data platforms and apps) - [chromem-go](https://github.com/philippgille/chromem-go/blob/v0.5.0/embed_ollama.go) with [example](https://github.com/philippgille/chromem-go/tree/v0.5.0/examples/rag-wikipedia-ollama) - [Kangaroo](https://github.com/dbkangaroo/kangaroo) (AI-powered SQL client and admin tool for popular databases)