Coder Social home page Coder Social logo

Comments (7)

dwlmt avatar dwlmt commented on June 7, 2024

Another issue is I have structures like the following. These contain multiple embeddings at the top level and also TermDoc has embeddings for each item in the list. It seems as if now it only works with multiple embeddings at the parent doc, or a single embedding with the parent and the nested embeddings but not both. It will give an error from QDrant saying "title_embedding" does not exist which I assume is because this isn't in the TermDoc in the same collection.

class ProductDoc(ProductCoreDoc):
    ...
    terms: Optional[DocList[TermDoc]]
    title_embedding: Optional[AnyTensor] = Field(
        space=similarity_space, dim=dim_size)
    description_embedding: Optional[AnyTensor] = Field(
        space=similarity_space, dim=dim_size)
    category_embedding: Optional[AnyTensor] = Field(
        space=similarity_space, dim=dim_size)
    embedding: Optional[AnyTensor] = Field(
        space=similarity_space, dim=dim_size)

from docarray.

JoanFM avatar JoanFM commented on June 7, 2024

First of all,

Can you confirm that it did not work the same in 0.35.0?

from docarray.

dwlmt avatar dwlmt commented on June 7, 2024

Yes, if I downgrade to 0.35.0 I get this from Qdrant where the paths is created as a separate collection:

collections=[CollectionDescription(name='channel_category_nested'), ... CollectionDescription(name='channel_category_nested__paths')]

In 0.36.0 the paths vectors are stored in the parent collection.

from docarray.

JoanFM avatar JoanFM commented on June 7, 2024

@kacperlukawski may be able to help here and give better insights.

from docarray.

JoanFM avatar JoanFM commented on June 7, 2024

I believe this issue is caused by #1705

from docarray.

dwlmt avatar dwlmt commented on June 7, 2024

@JoanFM thanks for this. I see a fix has been merged to main. I assume this will be in the next 0.37.0 release.

from docarray.

JoanFM avatar JoanFM commented on June 7, 2024

yes, u can also have it if u use the prerelease by pip install docarray --pre

from docarray.

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.