You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Runing the step_1_interact_with_the_collection.py, I can get some result with Search results using text but Search results using vector is empty:
earch results using text:
25 (in Metairie, USA): Newly Redesigned Rooms & airport shuttle. Minutes from the airport, enjoy lakeside amenities, a resort-style pool & stylish new guestrooms with Internet TVs. (score: 3.8262758)
40 (in Scottsdale, USA): Only 8 miles from Downtown. On-site bar/restaurant, Free hot breakfast buffet, Free wireless internet, All non-smoking hotel. Only 15 miles from airport. (score: 3.66492)
21 (in Atlanta, USA): 1 Mile from the airport. Free WiFi, Outdoor Pool, Complimentary Airport Shuttle, 6 miles from Lake Lanier & 10 miles from downtown. Our business center includes printers, a copy machine, fax, and a work area. (score: 3.2264395)
Search results using vector:
When I verify in Azure AI Search, my index, hotels-sample-index has 50 documents, 561.42 KB of total storage but Vector index quota usage is 0.
Can you confirme that vectorization in Azure AI Search works for hotels-sample dataset? To Reproduce
Steps to reproduce the behavior:
Follow the instructions in python\samples\concepts\memory\azure_ai_search_hotel_samples\README.md
Run python\samples\concepts\memory\azure_ai_search_hotel_samples\step_1_interact_with_the_collection.py
Expected behavior
Return 2 set of results:
based on text search
based on the vector search
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Language: [Python]
Source: [main branch of repository]
AI model: [e.g. OpenAI:GPT-4o-mini(2024-07-18)]
IDE: [VS Code]
OS: [Windows]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Bug: Python: Search results using vector is empty
.Net: Bug: Python: Search results using vector is empty
Apr 17, 2025
github-actionsbot
changed the title
.Net: Bug: Python: Search results using vector is empty
Python: Bug: Python: Search results using vector is empty
Apr 17, 2025
Describe the bug
Runing the step_1_interact_with_the_collection.py, I can get some result with Search results using text but Search results using vector is empty:
earch results using text:
25 (in Metairie, USA): Newly Redesigned Rooms & airport shuttle. Minutes from the airport, enjoy lakeside amenities, a resort-style pool & stylish new guestrooms with Internet TVs. (score: 3.8262758)
40 (in Scottsdale, USA): Only 8 miles from Downtown. On-site bar/restaurant, Free hot breakfast buffet, Free wireless internet, All non-smoking hotel. Only 15 miles from airport. (score: 3.66492)
21 (in Atlanta, USA): 1 Mile from the airport. Free WiFi, Outdoor Pool, Complimentary Airport Shuttle, 6 miles from Lake Lanier & 10 miles from downtown. Our business center includes printers, a copy machine, fax, and a work area. (score: 3.2264395)
Search results using vector:
When I verify in Azure AI Search, my index, hotels-sample-index has 50 documents, 561.42 KB of total storage but Vector index quota usage is 0.
Can you confirme that vectorization in Azure AI Search works for hotels-sample dataset?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Return 2 set of results:
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: