Skip to content

Server Guide#181

Merged
sonam-pankaj95 merged 6 commits into
mainfrom
server
Oct 28, 2025
Merged

Server Guide#181
sonam-pankaj95 merged 6 commits into
mainfrom
server

Conversation

@sonam-pankaj95

Copy link
Copy Markdown
Collaborator

This is the PR to add Actix Server and it's guide.

akshayballal95 and others added 6 commits October 24, 2025 23:11
- Introduced a new `server` module with a REST API for generating embeddings using the EmbedAnything library.
- Implemented endpoints for creating embeddings and health checks.
- Updated `Cargo.toml` to include dependencies for `actix-web` and `serde`.
- Added example usage in the README for API interaction.
- Refactored embedding logic to support multiple models and error handling consistent with OpenAI API responses.
- Removed model architecture specification from CLIP example.
- Added a new example for the Dino model, utilizing the EmbedderBuilder.
- Enhanced the VisionModel enum to include support for the Dino model.
- Updated the ClipEmbedder to handle cases where the Dino model does not support text features.
- Refactored Qwen3 embedding logic for improved error handling.
- Added VisionEncoderEmbedder to support DINOv2 model embeddings.
- Updated embedder logic to handle image embedding for DINOv2.
- Refactored existing embedding functions to accommodate new model architecture.
- Cleaned up unused code and comments in the dino.rs example.
- Introduced new model definitions and configurations for DINOv2 in the models module.
@sonam-pankaj95 sonam-pankaj95 merged commit 3459818 into main Oct 28, 2025
5 checks passed
@sonam-pankaj95 sonam-pankaj95 mentioned this pull request Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants