eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.85k stars 1.86k forks source link

[Bug] [AWEL flow] `VectorStoreConnector` can not be attached to `EmbeddingAssemblerOperator` #2166

Open GITHUBear opened 2 days ago

GITHUBear commented 2 days ago

Search before asking

Operating system information

MacOS(M1, M2...)

Python version information

=3.11

DB-GPT version

main

Related scenes

Installation Information

Device information

CPU

Models information

LLM: tongyi_proxyllm Embedding Model: text2vec-large-chinese

What happened

After changing the parameters of EmbeddingAssemblerOperator from VectorStoreConnector to IndexStoreBase, it seems that the following connection cannot be established in the workflow:

image

What you expected to happen

The connection should be established as follows:

image

How to reproduce

  1. AWEL flow UI
  2. drag EmbeddingAssemblerOperator component into canvas
  3. drag VectorStoreConnector component into canvas

Additional context

No response

Are you willing to submit PR?

Aries-ckt commented 2 days ago

sorry about that, we will fix that soon.

alaap001 commented 8 hours ago

Hey, I just got started with AWEL flow, can you help me guide through some resources to learn this? I am going through documentation but not able to find much details of AWEL flow UI

Aries-ckt commented 6 hours ago

Hey, I just got started with AWEL flow, can you help me guide through some resources to learn this? I am going through documentation but not able to find much details of AWEL flow UI

Sorry, our WEB UI tutorials for AWEL are indeed lacking. I will give you the current AWEL related documents.