GreptimeTeam / greptimeai

greptime instrument sdk for popular LLM (LangChain, OpenAI, etc.)
Apache License 2.0
11 stars 1 forks source link

chore: update dependency, bump version #58

Closed yuanbohan closed 7 months ago

yuanbohan commented 7 months ago

GreptimeAI won't take langchain, tiktoken as a necessary dependency.

and I will update greptimeai-cookbook based on this update

sunng87 commented 7 months ago

Sounds good for us to assume langchain as a provided dependency. But we might need to update docs to reflect the change.

yuanbohan commented 7 months ago

Sounds good for us to assume langchain as a provided dependency. But we might need to update docs to reflect the change.

👍
What about only show basic setup for GreptimeAI, and leave code samples for specific framework in examples or greptimeai-cookbook.

yuanbohan commented 7 months ago

Sounds good for us to assume langchain as a provided dependency. But we might need to update docs to reflect the change.

Actually, GreptimeAI acts as a dependency of the Framework or Service

sunng87 commented 7 months ago

Yes, we can change installation step to pip install langchain greptimeai