Updated doc strings

This commit is contained in:
Cyber MacGeddon 2024-07-12 15:12:40 +01:00
parent da94865fb5
commit 3565e5c5a9
8 changed files with 15 additions and 16 deletions

View file

@ -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