graph TD
A[User Query] -->|Entity Description + Embedding| B[Extracted Entities]
B --> C[Entity-Text Unit Mappings]
C --> D[Candidate Text Units]
D --> E[Ranking + Filtering]
E --> F[Prioritized Text Units]
F --> G[Response]
B --> H[Entity-Report Mappings]
H --> I[Candidate Community Reports]
I --> J[Ranking + Filtering]
J --> K[Prioritized Community Reports]
K --> G[Response]
B --> L[Entity-Entity Relationships]
L --> M[Candidate Entities]
M --> N[Ranking + Filtering]
N --> O[Prioritized Entities]
O --> G[Response]
B --> P[Entity-Event Relationships]
P --> Q[Candidate Events]
Q --> R[Ranking + Filtering]
R --> S[Prioritized Events]
S --> G[Response]
B --> T[Entity-Covariate Relationships]
T --> U[Candidate Covariates]
U --> V[Ranking + Filtering]
V --> W[Prioritized Covariates]
W --> X[Conversation History]
X --> G[Response]
Created
July 3, 2024 09:55
-
-
Save timwu-ipevo/16de5d291066d836753cd777a72c33a8 to your computer and use it in GitHub Desktop.
mermaid test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment