e2eAIOK icon indicating copy to clipboard operation
e2eAIOK copied to clipboard

Intel® End-to-End AI Optimization Kit

Results 4 e2eAIOK issues
Sort by recently updated
recently updated
newest added

Refactor doc_loader.py to load documents concurrently using Ray actors or Spark tasks, instead of loading them all at once and then putting them into a dataset

The DocumentIngestion class should not expose the 'rag_framework' property. Instead, it should use the embedding property to decide whether to write the document to a vector database or a regular...