No project description provided
Project description
Clients of Searchium cloud platform
FVS - is fast vector search
get more info https://www.searchium.ai/
suppoerted method
- validate_allocation(self) -> bool
- get_loaded_dataset(self) -> List[LoadedDataset]:
- get_datasets -> List[Dataset]
- delete_dataset(dataset_id: str) -> bool
- load_dataset(self, dataset_id: str) -> bool
- unload_dataset(self, dataset_id: str) -> bool
- search(self, dataset_id: str, query: List[List[float]], topk: int = 5) -> SearchResponse
example:
from searchium import fvs
client = fvs.get_client("your_allocation_id", "your_url")
dataset_id = 'your_dataset_id'
client.load_dataset(dataset_id)
client.search(dataset_id, query, 1)
client.unload_dataset(dataset_id)
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
searchium-0.0.1rc0.tar.gz
(2.7 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 searchium-0.0.1rc0.tar.gz.
File metadata
- Download URL: searchium-0.0.1rc0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee01589ba91144edd477b65823a633c1921775736dafdca65647a8783198ca2
|
|
| MD5 |
9cedee88e9e9f81c5497548a18e20fbd
|
|
| BLAKE2b-256 |
cf9cbb5d3314da9e1fb1132a9c5f825c14b7a06c6c99f032b6a9219b53b9cda4
|
File details
Details for the file searchium-0.0.1rc0-py3-none-any.whl.
File metadata
- Download URL: searchium-0.0.1rc0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e69e40f1f9c780473cd205a0ca622dfbfce246391b15692891b2c1e9f01c903e
|
|
| MD5 |
ebcdf4d9a7f32bcd21d07da58ed7c9f9
|
|
| BLAKE2b-256 |
38258a2ee298d80f90968b860bc868b824d48ec9c0c1c8dd06fde8f4bb46b425
|