Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Feb 18, 2025
2 parents 6aa0b27 + a53661c commit afe1399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/ingest.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# TODO: This is a test entrypoint, remove it when we have a proper way to run the daily ingest
import asyncio
import logging
from anthropic import AsyncClient
from sqlalchemy.ext.asyncio import create_async_engine
from sqlmodel.ext.asyncio.session import AsyncSession
from config import Settings
from daily_ingest.daily_ingest import topicsLoader

from voyageai.client_async import AsyncClient

if __name__ == "__main__":
settings = Settings()
Expand Down

0 comments on commit afe1399

Please sign in to comment.