SearXNG + Jina Rerank + Jina Reader — Tavily 호환 검색 SDK
Project description
simply-travily
SearXNG + Jina Rerank + Jina Reader 기반 Tavily 호환 검색 SDK.
설치
pip install .
사용법
from simply_travily import JinaSearchClient
# JINA_API_KEY, SEARXNG_URL 환경변수 로드됨
client = JinaSearchClient()
# 또는 명시적 지정
# client = JinaSearchClient(searxng_url="http://localhost:8080", jina_api_key="jina_xxx")
results = client.search("AI 최신 뉴스", max_results=5)
print(results)
Async 사용
from simply_travily import AsyncJinaSearchClient
async_client = AsyncJinaSearchClient()
results = await async_client.search("AI 최신 뉴스")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simply_travily-0.1.0.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simply_travily-0.1.0.tar.gz.
File metadata
- Download URL: simply_travily-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6056ef0cf2ebe7b89101a20e4aeab604daf794534db224d947b5b9eeeae9172
|
|
| MD5 |
d75ccc4c7cd3d837079216d201b5fa00
|
|
| BLAKE2b-256 |
05dc57529509cde0a6d47f8a38a4854a3f12c790d965b614e197f1be78fb5faf
|
File details
Details for the file simply_travily-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simply_travily-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8936835937227a4c57ca5e780710725db0a4b155505b7e8273a19a6059ace6e
|
|
| MD5 |
2ccf4024de77e32b4facc328f818f25e
|
|
| BLAKE2b-256 |
456baf3a9d867f44f900c8a217fb22692fc1cbfecbd78203adf70d14695fbed6
|