mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Update docs
This commit is contained in:
parent
17615754d0
commit
f25c6949c4
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -39,6 +39,17 @@ by deploying multiple containers.
|
|||
|
||||

|
||||
|
||||
A set of modules are executed which use Apache Pulsar as a pub/sub system.
|
||||
This means that Pulsar provides input the modules and accept output.
|
||||
|
||||
Pulsar provides two types of connectivity:
|
||||
- For processing flows, Pulsar accepts the output of a processing module
|
||||
and queues it for input to the next module.
|
||||
- For services such as LLMs and embeddings, Pulsar provides a client/server
|
||||
model. A Pulsar queue is used as the input to the service. When
|
||||
processed, the output is delivered to a separate queue so that the caller
|
||||
can collect the data.
|
||||
|
||||
## Included modules
|
||||
|
||||
- `chunker-recursive` - Accepts text documents and uses LangChain recurse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue