Skip to content

Jitz99/AI-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š AI-Search

A simple semantic search engine for PDFs using embeddings + Pinecone vector database β€” written in Python.

Given a set of PDF documents, this project:

βœ” Loads & chunks text βœ” Generates vector embeddings βœ” Stores vectors in Pinecone βœ” Queries them with natural language βœ” Returns relevant passages, document names, and page numbers

🧩 Features

Extract text from PDF files

Compute vector embeddings via your adapter (e.g., LangChain, OpenAI)

Index vectors in a Pinecone index

Run semantic search queries

Filter and dedupe results

Stream or show exact matches + context

πŸš€ Quick Start Requirements

Before you begin, make sure you have:

βœ” Python 3.8 or higher βœ” Pinecone API key βœ” OpenAI key (or other embedding provider)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages