Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vudv
/
ai-service
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai-service
/
services
14.4 kB
2 contributors
History:
5 commits
Doanh Van Vu
Add delete mentor endpoint and implement deletion logic in RecommendationService
520d0d8
about 2 months ago
__init__.py
0 Bytes
Initial project setup with FastAPI, including core application structure, environment configuration, and essential services for mentor-mentee recommendations. Added Docker support, .gitignore, and initial requirements. Implemented models, routers, and services for handling mentor data and recommendations.
about 2 months ago
embedding_service.py
3.62 kB
Update embedding model to Vietnamese_Embedding and adjust related configurations. Replace FlagEmbedding with SentenceTransformer in embedding service, and ensure dimension checks for vectors in Pinecone service. Update requirements to reflect new dependencies.
about 2 months ago
pinecone_service.py
5.66 kB
Update embedding model to Vietnamese_Embedding and adjust related configurations. Replace FlagEmbedding with SentenceTransformer in embedding service, and ensure dimension checks for vectors in Pinecone service. Update requirements to reflect new dependencies.
about 2 months ago
recommendation_service.py
5.16 kB
Add delete mentor endpoint and implement deletion logic in RecommendationService
about 2 months ago