Back to rankings

thinkany-ai/rag-search

Pythonthinkany.ai

RAG Search API

ai-search-enginerag
Star Growth
Stars
1.2k
Forks
163
Weekly Growth
Issues
3
6008001k
Mar 2024Dec 2024Oct 2025Jul 2026
ArtifactsPyPIpip install rag-search
README

rag-search

RAG Search API by thinkany.ai

apitest

quick start

  1. put .env file under root dir, set values like below:
SERPER_API_KEY=

OPENAI_BASE_URL=
OPENAI_API_KEY=
OPENAI_MODEL=gpt-3.5-turbo
OPENAI_EMBED_MODEL=text-embedding-ada-002

ZILLIZ_URI=
ZILLIZ_TOKEN=
ZILLIZ_DIM=1536
ZILLIZ_COLLECTION=

AUTH_API_KEY=
  1. install dependencies
pip install -r requirements.txt
  1. start FastAPI server
uvicorn main:app --reload --port 8069
  1. make api request
@baseUri=http://127.0.0.1:8069
@apiKey=xxx

### ping
GET {{baseUri}}/

### rag search
POST {{baseUri}}/rag-search
Content-Type: application/json
Authorization: Bearer {{apiKey}}

{
    "query": "ThinkAny.AI",
    "search_n": 10,
    "search_provider": "google",
    "is_reranking": true,
    "is_detail": true,
    "detail_min_score": 0.7,
    "detail_top_k": 3,
    "is_filter": true,
    "filter_min_score": 0.8,
    "filter_top_k": 6
}
Related repositories
ItzCrazyKns/Vane

Vane is an AI-powered answering engine.

TypeScriptnpmMIT Licenseai-search-enginesearch-engine
35.8k3.9k
qdrant/qdrant

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

Rustcrates.ioApache License 2.0neural-networksearch-engine
qdrant.tech
33.5k2.5k
ItzCrazyKns/Perplexica

Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI

TypeScriptnpmMIT Licenseai-search-engineperplexity-ai
20.4k2k
zaidmukaddam/scira

Scira (Formerly MiniPerplx) is a minimalistic AI-powered search engine that helps you find information on the internet and cites it too. Powered by Vercel AI SDK!

TypeScriptnpmGNU Affero General Public License v3.0ai-search-enginescira
scira.ai
11.8k1.5k
InternLM/MindSearch

🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)

JavaScriptnpmApache License 2.0gptllm
6.9k685
memfreeme/memfree

MemFree - Hybrid AI Search Engine & AI Page Generator

TypeScriptnpmMIT Licenseai-searchvector-search
memfree.me
1.5k210
felladrin/awesome-ai-web-search

List of software that allows searching the web with the assistance of AI: https://hf.co/spaces/felladrin/awesome-ai-web-search

HTMLCreative Commons Zero v1.0 Universalaiai-search-engine
hf.co/spaces/felladrin/awesome-ai-web-search
1.4k117
endee-io/endee

Endee.io – A high-performance vector database, designed to handle up to 1B vectors on a single node, delivering significant performance gains through optimized indexing and execution. Also available in cloud https://endee.io/

C++GNU Affero General Public License v3.0ai-searchai-search-engine
endee.io
1.3k1.7k
volcengine/SearchCLI

Open CLI for integrating AI search, recommendation, and conversational retrieval into agent systems and business systems

TypeScriptnpmApache License 2.0agent-toolsai-agents
1.1k26