GithubHelp home page GithubHelp logo

Comments (4)

kashifkhan avatar kashifkhan commented on August 17, 2024

Thank you for the feedback @acwwat . We will investigate and get back to you asap.

from azure-sdk-for-python.

xiangyan99 avatar xiangyan99 commented on August 17, 2024

Thanks for reaching out.

VectorSearchCompressionConfiguration is a base class and is not supposed to be used directly.
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/azure/search/documents/indexes/_generated/models/_models_py3.py#L6782

Instead, you can just create an instance of ScalarQuantizationCompressionConfiguration
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/azure/search/documents/indexes/_generated/models/_models_py3.py#L6847

Please let me know if it does not work.

from azure-sdk-for-python.

github-actions avatar github-actions commented on August 17, 2024

Hi @acwwat. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

from azure-sdk-for-python.

acwwat avatar acwwat commented on August 17, 2024

@xiangyan99 Thank you for pointing this out. The following code snippet works with the your suggestion. Closing this issue.

            compressions=[
                ScalarQuantizationCompressionConfiguration(
                    name="myCompression",
                    rerank_with_original_vectors=True,
                    default_oversampling=10,
                    parameters=ScalarQuantizationParameters(
                        quantized_data_type="int8"
                    )
                )
            ],

from azure-sdk-for-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.