ResendeTech / Wagtail-test-website

A website built from following the wagtail tutorial on how to build a website using wagtail
MIT License
0 stars 0 forks source link

Implement Wagtail Vector Search #3

Open brylie opened 2 months ago

brylie commented 2 months ago

Integrate Wagtail Vector Search into the current blog project to enhance content discovery and search functionality.

Objective: Enable semantic search capabilities to improve content discoverability and user experience.

Key Requirements:

  1. Install and configure Wagtail Vector Search
  2. Implement vector search fields in relevant content models
  3. Update search functionality in views and templates
  4. Generate embeddings for existing content

Expected Outcomes:

Implementation Guidelines: Refer to the official Wagtail Vector Search documentation:

Technical Considerations:

Acceptance Criteria:

  1. Vector search is functional and returns relevant results
  2. Existing content is searchable using vector search
  3. Search performance meets agreed-upon benchmarks
  4. Documentation updated to reflect new search capabilities