Anush

Results 49 issues of Anush

## Summary This PR intends to add [Qdrant](https://qdrant.tech/) as a supported vectorstore node to load and retrieve documents from in a workflow. ## Review / Merge checklist - [x] PR...

community

Updates the dependencies of the `qdrant` extra to latest.

This PR intends to add [`npm install -g ttyper`](https://www.npmjs.com/package/ttyper) as an installation strategy for Ttyper. Since NPM is the most used package manager, this would be a valuable addition to...

This PR adds a module to spawn a [Qdrant](https://qdrant.tech) test container.

### Description Following up on https://github.com/infiniflow/ragflow/pull/275, this PR adds support for FastEmbed model configurations. The options are not exhaustive. You can find the full list [here](https://qdrant.github.io/fastembed/examples/Supported_Models/). P.S. I ran into...

## Description This PR adds an implementation of `BaseSentenceVectorizer` using [FastEmbed](https://qdrant.github.io/fastembed/) - A lightweight, CPU-first library to generate embeddings locally. This PR will be followed by https://github.com/Anush008/dspy/pull/1, which updates `QdrantRM`...

This PR adds support for using Qdrant - https://qdrant.tech to be used as a vector store when setting up the app.

### All Submissions: * [x] Contributions should target the `dev` branch. Did you create your branch from `dev`? * [x] Have you followed the guidelines in our Contributing document? *...

### Description The latest release of https://github.com/pykeio/ort has improvements and some breaking changes in the usage. We are currently pinned to a previous version. ### Task Update ort to latest...

good first issue

## Description of changes - New functionality - Adds support for [FastEmbed](https://qdrant.github.io/fastembed/) - A lightweight, CPU-first embeddings library, to be used as an embedding function within Chroma. You can find...