mustafaaljadery / paul-graham-essays-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paul Graham Essay Search

This is a simple demo of embedding search. It splits a Paul Graham essay into chunks, gets embeddings for each chunk, loads into chromadb, and then you can query it with any phrase (searching the document)

This uses Langchain, ChromaDB, All-MiniLM-L6-v2

Download Requirements

pip install requirements.txt

Usage

py main.py

License

All code is under an MIT License.

About


Languages

Language:Python 100.0%