https://github.com/datadrivers/llm_chromadb
llm_chromadb
https://github.com/datadrivers/llm_chromadb
Last synced: about 2 months ago
JSON representation
llm_chromadb
- Host: GitHub
- URL: https://github.com/datadrivers/llm_chromadb
- Owner: datadrivers
- Created: 2023-07-10T15:43:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:22:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T14:44:02.240Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 748 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.