An open API service indexing awesome lists of open source software.

https://github.com/datadrivers/llm_chromadb

llm_chromadb
https://github.com/datadrivers/llm_chromadb

Last synced: about 2 months ago
JSON representation

llm_chromadb

Awesome Lists containing this project

README

          

# Securely Ask a Large Language Model About Custom Data (Locally Deployed LLM and Vector Database)

This repository is a code along to the medium blog post on the [datadrivers blog](https://blog.datadrivers.de/securely-ask-a-large-language-model-about-custom-data-locally-deployed-llm-and-vector-database-7d50e209446a).

It consits of the poetry environment, the [dataset](Sagemaker_qna.txt) and the [jupyter notebook](llm_document_answering.ipynb).

Just follow along the blog post by using the [jupyter notebook](llm_document_answering.ipynb). There you will also find instructions on how to setup the environment.