Skip to content

Comments

Merge team pull requests #62, #63, and #65#66

Merged
bchou9 merged 18 commits intomainfrom
merge_pr
Dec 21, 2025
Merged

Merge team pull requests #62, #63, and #65#66
bchou9 merged 18 commits intomainfrom
merge_pr

Conversation

@bchou9
Copy link
Collaborator

@bchou9 bchou9 commented Dec 21, 2025

Resolves issues #24, #28, and #29

Jay Chao and others added 18 commits November 9, 2025 01:37
- Added vector_search_service.py with Qdrant integration
  * store_canvas_embedding() for storing 512-dim CLIP embeddings
  * search_by_embedding() for similarity search
  * batch operations and collection management
- Updated search_algorithms.py to use real embeddings
  * Replaced random score stubs with CLIP-based semantic search
  * text_search() now uses embed_text() + vector similarity
  * image_search() now uses embed_image() + vector similarity
  * Graceful fallback to random if AI services unavailable
- Added Qdrant configuration to config.py
- Added dependencies: qdrant-client, torch, open_clip_torch, pillow
- Added Qdrant service to docker-compose.yml
- Created setup guides for local development

Ready for testing - NOT pushed to remote yet
Outlines how to get the embedding worker up / qdrant db for working ai search example
Removed detailed next steps for AI search implementation, including completed tasks, missing features, and implementation order.
Copilot AI review requested due to automatic review settings December 21, 2025 02:50
@vercel
Copy link

vercel bot commented Dec 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
res-canvas Ready Ready Preview, Comment Dec 21, 2025 2:50am

@github-actions
Copy link

Quick Check success

Fast validation completed for commit 2e15e4d

This is a quick feedback run. Full test suite will run on merge to main.

@bchou9 bchou9 merged commit c47cd7b into main Dec 21, 2025
20 checks passed
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.

3 participants