Skip to content

My code to create a PostgreSQL / pgvector based archive of a collection of books I want to search (lexically and semantically). Uses an LLM to allow natural language questions and answers.

Notifications You must be signed in to change notification settings

brucenielson/BookSearchArchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Search Archive

My code to create a PostgreSQL / pgvector based archive of a collection of books I want to search (lexically and semantically). Also includes an interface with Large Language Models (LLMs) for answering questions about the books via natural language queries. These natural language queries are used in a Retrieval Augmented Generation (RAG) pipeline to generate answers.

The current stack is all open-source and includes:

  • PostgreSQL
  • pgvector
  • Hugging Face Transformers
  • Haystack

This code is related to my Artificial Intelligence blog posts.

About

My code to create a PostgreSQL / pgvector based archive of a collection of books I want to search (lexically and semantically). Uses an LLM to allow natural language questions and answers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published