Saba Sturua
Saba Sturua
I added three new plugins. - "synonyms of" returns synonyms of a given word - "antonyms of" returns antonyms of a given word - "meaning of" returns different meanings of...
Transform data returned from all custom data loading ways (except Elasticsearch) into new format.
Introduce a new [standardized data format](https://docs.google.com/drawings/d/1Enc8H7k7GgFuujqEOMFxfgmxGuh6yDjPxc-i_xzAmbY/edit) for all apps. We have three main datasources: 1. DocumentArray 2. S3 Bucket / localpath 3. Elasticsearch In case of the DocumentArray, user provides...
put everything together and write an end-to-end test
We want to make other (stateless) executors serverless, like the preprocessor. UAC - [ ] measure how long it takes for the instance to run - [ ] wake up...
Not a priority for now, but something to keep in mind. for more context - https://github.com/jina-ai/now/issues/539
I have deployed the plugin and am attempting to install it as an unverified plugin, but I am receiving an error message that says "Couldn't find plugin." It appears that...
Implementation of two new vectorstores using [docarray](https://docs.docarray.org/) ## `DocArrayInMemorySearch` [DocArrayInMemorySearch](https://docs.docarray.org/user_guide/storing/index_in_memory/) is a document index that stores documents in memory. It is a great starting point for small datasets, where you...
## DocArray as a Retriever [DocArray](https://github.com/docarray/docarray) is an open-source tool for managing your multi-modal data. It offers flexibility to store and search through your data using various document index backends....