Firstly, I'd like to express my appreciation for the amazing work on this library. It's been instrumental in my projects.
I'm currently exploring how to adapt it for use with other Large Language Models (LLMs) in conjunction with LangChain. Specifically, I'm looking into inheriting from PromptCase to create a new class for SQL query handling.
Integration with Other LLMs: Are there specific considerations or best practices I should be aware of when integrating other LLMs with LangChain using this approach?
Class Implementation: Is my implementation of PromptSqlCase aligning with the library's design principles? If there are any suggested improvements or alternative methods, I would be grateful to learn about them.
Any guidance or resources you could provide would be greatly appreciated. I'm eager to contribute to the library's versatility and would love to share my findings with the community once I've successfully integrated these features.
Hello,
Firstly, I'd like to express my appreciation for the amazing work on this library. It's been instrumental in my projects.
I'm currently exploring how to adapt it for use with other Large Language Models (LLMs) in conjunction with LangChain. Specifically, I'm looking into inheriting from
PromptCase
to create a new class for SQL query handling.Here is my current attempt:
However, I'm encountering some challenges:
Integration with Other LLMs: Are there specific considerations or best practices I should be aware of when integrating other LLMs with LangChain using this approach?
Class Implementation: Is my implementation of PromptSqlCase aligning with the library's design principles? If there are any suggested improvements or alternative methods, I would be grateful to learn about them.
Any guidance or resources you could provide would be greatly appreciated. I'm eager to contribute to the library's versatility and would love to share my findings with the community once I've successfully integrated these features.
Thank you for your time and support.