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

Create llm and embeddings implementation, include tests #6

Merged
merged 89 commits into from
Sep 27, 2024

Conversation

FilipZmijewski
Copy link
Owner

@FilipZmijewski FilipZmijewski commented Sep 27, 2024

Provide solutions for:

  • LLMs
  • embeddings
  • tests

FilipZmijewski and others added 30 commits September 27, 2024 09:15
* Initiate repo, start creating llm solution: generate and stream created

* Exclude authentication outside of the file

* Allow generating text on deployed models, make changes according authentication exclusion

* Extract types outside of llms, small change

* start working on embeddings. create simple tests

* Add some features, rework llm

* Add embeddings

* Create tests for llms and embeddings

* Small fixes

* Adjust to sdk new package

* Rename variables

* Add README.md file

* Rename variables

---------

Co-authored-by: FIlip Żmijewski <[email protected]>
jacoblee93 and others added 26 commits September 27, 2024 13:38
…ngchain-ai#6840)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@FilipZmijewski FilipZmijewski marked this pull request as ready for review September 27, 2024 12:06
@FilipZmijewski FilipZmijewski merged commit 8950ce2 into main Sep 27, 2024
23 checks passed
@FilipZmijewski FilipZmijewski changed the title Bugfix/yarn lock Create llm and embeddings implementation, include tests Sep 27, 2024
@FilipZmijewski FilipZmijewski deleted the bugfix/yarn_lock branch September 27, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.