No project description provided
Project description
Clients of Searchium cloud platform
FVS - is fast vector search
get more info https://www.searchium.ai/
supported methods
- 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.1rc1.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.1rc1.tar.gz.
File metadata
- Download URL: searchium-0.0.1rc1.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 |
e22d86253ef468bfa16eab2a2101451ee9898d106b5ea8aed3d1948a50d6a503
|
|
| MD5 |
31548ff56abcd8f581032cf35a096a3a
|
|
| BLAKE2b-256 |
f48b21b441acdbe1777702ba3e9c4ea94f0294fabc22f391b801f139dc9dd539
|
File details
Details for the file searchium-0.0.1rc1-py3-none-any.whl.
File metadata
- Download URL: searchium-0.0.1rc1-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 |
208c826aa6d18bfa59f2d8d20b195eb6e944c7008fbb4430fb20ce864ca3b9df
|
|
| MD5 |
0fd1159cf1933c8fa4afef3005b7137b
|
|
| BLAKE2b-256 |
69093212837c609688d837fc4f04d0de9691194a7548e82d50afadfcdf5aaccf
|