Skip to content

OpenAI Text Embeddings for Semantic FAQ Search. Uses OpenAI embeddings to enable intelligent, semantic search across FAQs for more accurate and relevant results.

Notifications You must be signed in to change notification settings

Boza-Analytics/OpenAI-text-embeddings-for-semantic-FAQ-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Smart FAQ Lookup

A minimal Python project that uses OpenAI text embeddings for semantic FAQ search.

⚙️ Setup

  1. Install requirements:

    pip install -r requirements.txt
  2. Set your API key:

    export OPENAI_API_KEY="sk-yourkey"
  3. Generate embeddings:

    python embed_faqs.py
  4. Ask questions:

    python ask.py

About

OpenAI Text Embeddings for Semantic FAQ Search. Uses OpenAI embeddings to enable intelligent, semantic search across FAQs for more accurate and relevant results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages