-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Using only the google api key without openAI
2026-01-17 17:01:46,532 - INFO - api.data_pipeline - data_pipeline.py:233 - Reading documents from /root/.adalflow/repos/[Repo-Name]
2026-01-17 17:01:46,645 - INFO - api.data_pipeline - data_pipeline.py:379 - Found 0 documents
2026-01-17 17:01:46,645 - INFO - adalflow.components.data_process.text_splitter - text_splitter.py:210 - Initialized TextSplitter with split_by=word, chunk_size=350, chunk_overlap=100, batch_size=1000
Splitting Documents in Batches: 0it [00:00, ?it/s]
Splitting Documents in Batches: 0it [00:00, ?it/s]
2026-01-17 17:01:46,647 - INFO - adalflow.components.data_process.text_splitter - text_splitter.py:298 - Processed 0 documents into 0 split documents.
Batch embedding documents: 0it [00:00, ?it/s]
Batch embedding documents: 0it [00:00, ?it/s]
Adding embeddings to documents from batch: 0it [00:00, ?it/s]
Adding embeddings to documents from batch: 0it [00:00, ?it/s]
2026-01-17 17:01:46,649 - INFO - api.data_pipeline - data_pipeline.py:910 - Total documents: 0
2026-01-17 17:01:46,650 - INFO - api.data_pipeline - data_pipeline.py:912 - Total transformed documents: 0
2026-01-17 17:01:46,650 - INFO - api.rag - rag.py:372 - Loaded 0 documents for retrieval
2026-01-17 17:01:46,650 - WARNING - api.rag - rag.py:262 - No documents provided for embedding validation
2026-01-17 17:01:46,650 - ERROR - api.simple_chat - simple_chat.py:118 - No valid embeddings found: No valid documents with embeddings found. Cannot create retriever.