GreptimeTeam / greptimeai

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

check different versions #118

Open yuanbohan opened 4 months ago

yuanbohan commented 4 months ago

to check on different main versions of service or framework

langchain

openai

yuanbohan commented 4 months ago

https://github.com/langchain-ai/langchain/discussions/13823 https://github.com/openai/openai-python/releases/tag/v1.0.0

yuanbohan commented 4 months ago

we only support OpenAI >= 1.0.0, which is incompatible with older version

yuanbohan commented 4 months ago

we only support LangChain >= 0.0.341, which splits langchain to different components, containing langchain-core, etc.