stephanj / rag-genie

The RAG Genie, an LLM RAG prototype to test and evaluate your embeddings, chunk splitting strategies using Q&A and evaluations.
MIT License
62 stars 14 forks source link

Fix: add pgvector vector extension creation #1

Closed mmacphail closed 4 months ago

mmacphail commented 4 months ago

Add the creation of the vector extension using liquibase when initializing the pgvector docker image as a liquibase changeset.

In the future, one would expect this extension to be automatically included in the docker image.

See this issue for further information.