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.1rc2.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.1rc2.tar.gz.
File metadata
- Download URL: searchium-0.0.1rc2.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 |
a5b47779baa2402aea7fb1d1ac6e9098fdba4e1bbcc390f2caf07db0f6e8a40b
|
|
| MD5 |
2765b90ae9b1ba796aad924b67f699bf
|
|
| BLAKE2b-256 |
9b11748049d1721421175e8ec7d4844c2024a5d3d09bef20157d32145cf5501b
|
File details
Details for the file searchium-0.0.1rc2-py3-none-any.whl.
File metadata
- Download URL: searchium-0.0.1rc2-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 |
3b3ffbd9cb99d835b4e75ea7356c36777a8429d787efa157e00f138d4786e03f
|
|
| MD5 |
723ea71c1ec61cb5d6e6475e5e34dbdb
|
|
| BLAKE2b-256 |
70eeed376be792e35627c1249af870a12198960db0e1d0cad829fdf27df18f91
|