polymathy 0.2.0

Turn search results into answers - a web service that fetches, chunks, and returns semantic content from search queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Integration tests for Polymathy web service.
//!
//! Run tests with: `cargo test`

// TODO: Add integration tests
// Example test structure:
//
// #[tokio::test]
// async fn test_search_endpoint() {
//     // Setup test environment
//     // Make request to /v1/search
//     // Verify response
// }