You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have an initial implementation of the new Pipeline, we should start migrating most nodes, stores, REST API and all other abstractions to support it.
Introduce "standard pipelines", for example "QAPipeline", "IndexingPipeline", "RAGPipeline", "AgentPipeline". These pipelines are blocked by the implementation of the relevant nodes. To be refined
Documentation and tutorials for everything
The content you are editing has changed. Please copy your edits and refresh the page.
@jingqiao I can't communicate a timeline yet but we're focusing on this topic as our main priority for Q3. We will support Qdrant among many other document stores in v2. 🙂
Follow up of #2807
Goal
Now that we have an initial implementation of the new Pipeline, we should start migrating most nodes, stores, REST API and all other abstractions to support it.
Steps
Not in priority order unless specified.
Migrate nodes. In priority order:
PromptNode
to new Pipelines #4462WebRetriever
ImplementWebRetriever
for Pipeline v2 #4840Retriever
: one for each document storeMemoryRetriever
(v2) #4842 and Implement embedding retrieval forMemoryRetriever
(2.0) #4843Reader
PreProcessor
FileTypeClassifier
WhisperTranscriber
: feat:WhisperTranscriber
for v2 #4723Migrate
Agent
and tools. Agents will become a node and tools are probably going to be converted into nodes too. To be refined.Migrate Stores
DocumentStores
andRetrievers
#4370MemoryDocumentStore
for new Pipelines #4446MemoryDocumentStore
: ImproveMemoryDocumentStore
filtering to ease retrieval #4838MemoryDocumentStore
for new Pipelines #4447MemoryDocumentStore
(v2) #4768MemoryDocumentStore
(v2) #4839Implement REST API
Introduce "standard pipelines", for example "QAPipeline", "IndexingPipeline", "RAGPipeline", "AgentPipeline". These pipelines are blocked by the implementation of the relevant nodes. To be refined
Documentation and tutorials for everything
Tasks
PromptNode
to new Pipelines #4462WebRetriever
for Pipeline v2 #4840MemoryRetriever
(v2) #4842MemoryRetriever
(2.0) #4843WhisperTranscriber
for v2 #4723DocumentStores
andRetrievers
#4370MemoryDocumentStore
for new Pipelines #4446MemoryDocumentStore
filtering to ease retrieval #4838MemoryDocumentStore
for new Pipelines #4447MemoryDocumentStore
(v2) #4768MemoryDocumentStore
(v2) #4839The text was updated successfully, but these errors were encountered: