mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
[Community][minor]: Added langchain_version while calling discover API (#24428)
- **Description:** Added langchain version while calling discover API during both ingestion and retrieval - **Issue:** NA - **Dependencies:** NA - **Tests:** NA - **Docs** NA --------- Co-authored-by: dristy.cd <dristy@clouddefense.io>
This commit is contained in:
committed by
GitHub
parent
fbb4761199
commit
7205057c3e
@@ -123,6 +123,7 @@ class App(BaseModel):
|
||||
framework: Framework
|
||||
chains: List[ChainInfo]
|
||||
plugin_version: str
|
||||
client_version: Framework
|
||||
|
||||
|
||||
class Context(BaseModel):
|
||||
|
Reference in New Issue
Block a user