microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing packages

developer992 opened this issue · comments

from enrichment\requirements.txt

azure.search.documents==11.4.0b11

This doesn't exist, there is only this:

azure-search-documents 11.4.0

which results in

    from approaches.chatreadretrieveread import ChatReadRetrieveReadApproach
  File "/app/approaches/chatreadretrieveread.py", line 16, in <module>
    from azure.search.documents.models import RawVectorQuery
ImportError: cannot import name 'RawVectorQuery' from 'azure.search.documents.models' (/root/.cache/pypoetry/virtualenvs/aila-9TtSrW0h-py3.11/lib/python3.11/site-packages/azure/search/documents/models/__init__.py)

they're also not in azure-cli installed with apt-get

https://github.com/search?q=repo%3AAzure%2Fazure-sdk-for-python%20RawVectorQuery&type=code

found this, apparently was renamed, the pre-release package isn't available anymore.

yeah why does pip install fail then