Git Product home page Git Product logo

Comments (11)

JoanFM avatar JoanFM commented on May 26, 2024

Hello @furkanshaikh313,

Can you be more explicit? What are you trying to search? This library is to search based on embeddings

from vectordb.

furkanshaikh313 avatar furkanshaikh313 commented on May 26, 2024

I want to be able to save different types of data inside a vector database with having the ability to retrive data easily @JoanFM can you help me on that?

from vectordb.

JoanFM avatar JoanFM commented on May 26, 2024

What kind of data you want to store. Right now, vectordb allows to store data in a specific format schema

from vectordb.

furkanshaikh313 avatar furkanshaikh313 commented on May 26, 2024

Like mainly text but it would be amazing if i can save images and audio as well

from vectordb.

JoanFM avatar JoanFM commented on May 26, 2024

You can define the schema like this:

from docarray import BaseDoc
from docarray.documents import ImageDoc, TextDoc, AudioDoc

class MyDoc(BaseDoc):
    text: Optional[TextDoc]
    image: Optional[ImageDoc]
    audio: Optional[AudioDoc]
    embedding: NdArray

from vectordb.

furkanshaikh313 avatar furkanshaikh313 commented on May 26, 2024

so should i use this with vector db?

from vectordb.

JoanFM avatar JoanFM commented on May 26, 2024

yes, u can use this, define a schema that satisfies ur needs, and u can do this

from vectordb.

furkanshaikh313 avatar furkanshaikh313 commented on May 26, 2024

by the way @JoanFM do you know a way i can like host this 24/7 on cloud for free?

from vectordb.

JoanFM avatar JoanFM commented on May 26, 2024

I do not think there are options to host for free. You can check JCloud option, were it would scale to 0 and u would only pay when it actually receives requests

from vectordb.

furkanshaikh313 avatar furkanshaikh313 commented on May 26, 2024

hmm Listen I am thinking of using this on a big project of mine and it need to be able to handle different customers and not intermix anything is that possible?

from vectordb.

JoanFM avatar JoanFM commented on May 26, 2024

multitenancy is not supported. You would need to create an index for each of ur customers

from vectordb.

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.