mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Updated doc strings
This commit is contained in:
parent
da94865fb5
commit
3565e5c5a9
8 changed files with 15 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
"""
|
||||
Vectorizer, applies an embedding algorithm to a chunk. Input is a chunk,
|
||||
output is chunk and vectors.
|
||||
Vectorizer, calls the embeddings service to get embeddings for a chunk.
|
||||
Input is text chunk, output is chunk and vectors.
|
||||
"""
|
||||
|
||||
import pulsar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue