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

feat: Refactor providers #131

Merged
merged 25 commits into from
Feb 19, 2024
Merged

feat: Refactor providers #131

merged 25 commits into from
Feb 19, 2024

Conversation

HavenDV
Copy link
Contributor

@HavenDV HavenDV commented Feb 3, 2024

Closes #119

@HavenDV HavenDV added the enhancement New feature or request label Feb 3, 2024
@HavenDV HavenDV self-assigned this Feb 3, 2024
@HavenDV HavenDV linked an issue Feb 3, 2024 that may be closed by this pull request
@CLAassistant
Copy link

CLAassistant commented Feb 3, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@curlyfro curlyfro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. after it's merged i have 4 more models to add. i'll follow your format

# Conflicts:
#	LangChain.sln
#	examples/LangChain.Samples.FileMemory/Program.cs
#	src/libs/Databases/LangChain.Databases.Sqlite/SQLiteVectorStore.cs
#	src/libs/Providers/LangChain.Providers.Amazon.Bedrock/LangChain.Providers.Amazon.Bedrock.csproj
#	src/tests/LangChain.Providers.Amazon.Bedrock.IntegrationTests/BedrockTests.cs
#	src/tests/LangChain.Providers.Amazon.Bedrock.IntegrationTests/LangChain.Providers.Amazon.Bedrock.IntegrationTests.csproj
#	src/tests/LangChain.Providers.Amazon.Bedrock.IntegrationTests/LangChain.Providers.Amazon.IntegrationTests.csproj
#	src/tests/LangChain.Providers.Amazon.Bedrock.IntegrationTests/SageMakerTests.cs
@HavenDV HavenDV merged commit 6e0a556 into main Feb 19, 2024
2 checks passed
@HavenDV HavenDV deleted the 119-refactor-providers branch February 19, 2024 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Refactor Provider abstractions and implementations(OpenAI) to split code
3 participants