updates.
This commit is contained in:
@@ -101,7 +101,7 @@ def chunk_text(
|
||||
)
|
||||
def generate_embeddings_batch(
|
||||
chunks: list,
|
||||
embeddings_url: str = "http://embeddings-predictor.ai-ml.svc.cluster.local",
|
||||
embeddings_url: str = "http://ai-inference-serve-svc.ai-ml.svc.cluster.local:8000/embeddings",
|
||||
batch_size: int = 32
|
||||
) -> list:
|
||||
"""Generate embeddings for all chunks."""
|
||||
|
||||
Reference in New Issue
Block a user