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

LangChain #33

Merged
merged 4 commits into from
Jun 5, 2024
Merged

LangChain #33

merged 4 commits into from
Jun 5, 2024

Conversation

erhant
Copy link
Member

@erhant erhant commented Jun 5, 2024

  • Moved OpenAI and Ollama llms under the same trait, i.e. LangChain's LLM trait. This way, each worker can simply choose the type of LLM that they would like to use for the task, and have access to the LLM trait within the worker to call invoke and such.
  • Renamed some .env variables.
  • Minor refactors.
  • Removed search_python feature.
  • Fixed lint errors.
  • Moved the master-branch Ollama-rs into examples only & as a dev-dependency, should make it easier for chore: remove old Ollama version when it is updated #32 when Ollama-rs is released.

@erhant erhant added the enhancement New feature or request label Jun 5, 2024
@erhant erhant self-assigned this Jun 5, 2024
@erhant erhant merged commit c3bab56 into master Jun 5, 2024
@erhant erhant deleted the erhant/langchain branch June 5, 2024 12:39
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant