vectorMatch
1.0.0
This project demonstrates a Python script that embeds text using a model from Hugging Face, stores the embeddings in PostgreSQL with the pgvector extension, and allows searching the database using regular text queries by comparing embeddings. After the data is retrieved an llm is used to generate a response with ollama. The Project is run with Docker Compose
pgvector extension to perform vector-based searches.Make sure you have the following installed:
Get the project directory
git clone https://github.com/comhendrik/vectorMatch.git
Start docker and go into the project directory and run the compose file
docker compose up
Wait for the script to be done, this can take a few minutes and then attach yourself to the vectorMatch container
docker attach vectormatch-vector-match-1