Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Agentic Hybrid for Sport Scores #104

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Pash10g
Copy link
Collaborator

@Pash10g Pash10g commented Mar 31, 2025

MongoDB Atlas Vector Search with VoyageAI Embeddings PR Summary

This PR introduces a comprehensive notebook demonstrating the integration of MongoDB Atlas Vector Search with VoyageAI embeddings for sports data retrieval. The notebook showcases:

Key Features

MongoDB Atlas connection and data management for sports content
VoyageAI embedding generation (using the voyage-3 model)
Vector search implementation for semantic similarity queries
Hybrid search combining vector search with full-text search
RAG (Retrieval-Augmented Generation) implementation using OpenAI
Agentic RAG using the OpenAI Agents SDK for more dynamic query refinement

Implementation Details

Sample sports data including teams, matches, and news stories
Vector embedding generation and storage in MongoDB
Vector search index setup and configuration
Comparison between vector-only and hybrid search approaches
OpenAI integration for natural language responses

Agentic approach demonstrating intelligent query decomposition
The notebook provides step-by-step walkthroughs with code examples and output demonstrations, making it an excellent reference implementation for similar use cases.

@Pash10g Pash10g requested a review from a team as a code owner March 31, 2025 17:57
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.

1 participant