tooluniverse.embedding_sync module

Embedding Sync Tool for ToolUniverse

Synchronize embedding databases with HuggingFace Hub for sharing and collaboration. Supports uploading local databases to HuggingFace and downloading databases from HuggingFace.

class tooluniverse.embedding_sync.EmbeddingSync[source]

Bases: BaseTool

Sync embedding databases with HuggingFace Hub. Supports uploading local databases and downloading shared databases.

__init__(tool_config)[source]
run(arguments)[source]

Main entry point for the tool