Skip to content

Commit

Permalink
update formatting to trigger actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Feb 23, 2025
1 parent cb0581b commit 3183230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ml-api/src/ml_api/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pydantic_settings import BaseSettings
from pathlib import Path

from pydantic_settings import BaseSettings


class Settings(BaseSettings):
# vLLM / TEI
Expand Down
3 changes: 1 addition & 2 deletions ml-api/src/ml_api/ingestion/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from llama_index.core.ingestion import IngestionPipeline
from llama_index.core.node_parser import SentenceSplitter
from llama_index.core.schema import TransformComponent

from ml_api.config import settings
from ml_api.utils.qdrant import get_qdrant_vector_store
from ml_api.utils.embeddings import get_embed_model
from ml_api.utils.qdrant import get_qdrant_vector_store


def get_pipeline(
Expand Down

0 comments on commit 3183230

Please sign in to comment.