This application is an ongoing experimentat to test and try out new LLM technologies. Its purpose it's purely educational.
Currently, it's used to upload PDF documents and create the embeddings which will be used to offer a context window for the chosen LLM text-generator.
The generated embeddings are stored in a Qdrant Vector database.
- Build the docker images
docker-compose build
- Run
docker-compose up