Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TSK-179] openai gateways #24

Merged
merged 6 commits into from
Aug 12, 2024
Merged

[TSK-179] openai gateways #24

merged 6 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. openai vector store

    maany committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0a6d272 View commit details
    Browse the repository at this point in the history
  2. openai agent gateway # create

    maany committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4805c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7173d61 View commit details
    Browse the repository at this point in the history
  4. refactor: server-side conversation gateway is married to Kernel Planc…

    …kster, so naming was updated accordingly
    alebg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b19a95d View commit details
    Browse the repository at this point in the history
  5. feat: browser list source data controller

    - Implemented client side gateway, that just calls the TRPC kernel source data router to list, and list for research context, to ultimately call the source data server gateway
    - Refactored TRPC kernel source data router for list and list for research context, to just use the server side gateway
    - Refactored the whole TRPC kernel source data router to add propper logging and explicit typing
    - For good measure, handled in try catch anything that could fail in controllers, including parsing integers from strings
    alebg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f917b54 View commit details
    Browse the repository at this point in the history
  6. feat: implementation of server-side controllers and presenters for co…

    …nversation (create and list), message (list), and source data (list for client and for research context)
    alebg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d09fe5c View commit details
    Browse the repository at this point in the history