{"id":13456561,"url":"https://github.com/thinkany-ai/rag-search","last_synced_at":"2026-04-04T17:54:56.297Z","repository":{"id":229790314,"uuid":"777273508","full_name":"thinkany-ai/rag-search","owner":"thinkany-ai","description":"RAG Search API","archived":false,"fork":false,"pushed_at":"2024-07-29T14:12:46.000Z","size":405,"stargazers_count":1139,"open_issues_count":3,"forks_count":161,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-24T11:37:56.791Z","etag":null,"topics":["ai-search-engine","rag"],"latest_commit_sha":null,"homepage":"https://thinkany.ai","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinkany-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-25T14:40:03.000Z","updated_at":"2025-03-24T10:54:19.000Z","dependencies_parsed_at":"2024-03-28T02:29:20.505Z","dependency_job_id":"abeb0b38-ae74-45e6-9992-af616b60ea83","html_url":"https://github.com/thinkany-ai/rag-search","commit_stats":null,"previous_names":["thinkany-ai/rag-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thinkany-ai/rag-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkany-ai%2Frag-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkany-ai%2Frag-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkany-ai%2Frag-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkany-ai%2Frag-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkany-ai","download_url":"https://codeload.github.com/thinkany-ai/rag-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkany-ai%2Frag-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-search-engine","rag"],"created_at":"2024-07-31T08:01:24.104Z","updated_at":"2026-04-04T17:54:56.259Z","avatar_url":"https://github.com/thinkany-ai.png","language":"Python","funding_links":[],"categories":["Python","A01_文本生成_文本对话","Framework"],"sub_categories":["大语言对话模型及数据"],"readme":"# rag-search\n\nRAG Search API by [thinkany.ai](https://thinkany.ai)\n\n![apitest](./apitest.png)\n\n## quick start\n\n1. put .env file under root dir, set values like below:\n\n```ini\nSERPER_API_KEY=\n\nOPENAI_BASE_URL=\nOPENAI_API_KEY=\nOPENAI_MODEL=gpt-3.5-turbo\nOPENAI_EMBED_MODEL=text-embedding-ada-002\n\nZILLIZ_URI=\nZILLIZ_TOKEN=\nZILLIZ_DIM=1536\nZILLIZ_COLLECTION=\n\nAUTH_API_KEY=\n```\n\n2. install dependencies\n\n```shell\npip install -r requirements.txt\n```\n\n3. start FastAPI server\n\n```shell\nuvicorn main:app --reload --port 8069\n```\n\n4. make api request\n\n```txt\n@baseUri=http://127.0.0.1:8069\n@apiKey=xxx\n\n### ping\nGET {{baseUri}}/\n\n### rag search\nPOST {{baseUri}}/rag-search\nContent-Type: application/json\nAuthorization: Bearer {{apiKey}}\n\n{\n    \"query\": \"ThinkAny.AI\",\n    \"search_n\": 10,\n    \"search_provider\": \"google\",\n    \"is_reranking\": true,\n    \"is_detail\": true,\n    \"detail_min_score\": 0.7,\n    \"detail_top_k\": 3,\n    \"is_filter\": true,\n    \"filter_min_score\": 0.8,\n    \"filter_top_k\": 6\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkany-ai%2Frag-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkany-ai%2Frag-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkany-ai%2Frag-search/lists"}