-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prithvi Kannan <[email protected]>
- Loading branch information
1 parent
17eef55
commit 34925db
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Copyright (2024) Databricks, Inc. | ||
|
||
This Software includes software developed at Databricks (https://www.databricks.com/) and its use is subject to the included LICENSE file. | ||
|
||
__________ | ||
This Software contains code from the following open source projects, licensed under the Apache 2.0 license (https://www.apache.org/licenses/LICENSE-2.0): | ||
|
||
databricks/databricks-sdk-py - https://github.com/databricks/databricks-sdk-py | ||
Copyright (2023) Databricks, Inc. | ||
|
||
__________ | ||
This Software contains code from the following open source projects, licensed under the MIT license (https://opensource.org/license/mit): | ||
|
||
langchain-ai/langchain - https://github.com/langchain-ai/langchain | ||
Copyright (c) LangChain, Inc. | ||
|
||
pydantic/pydantic - https://github.com/pydantic/pydantic | ||
Copyright (c) 2017 to present Pydantic Services Inc. and individual contributors. | ||
|
||
astral-sh/ruff - https://github.com/astral-sh/ruff | ||
Copyright (c) 2022 Charles Marsh | ||
|
||
__________ | ||
This Software contains code from the following open source projects, licensed under the BSD 3-Clause license (https://opensource.org/license/bsd-3-clause): | ||
|
||
pandas-dev/pandas - https://github.com/pandas-dev/pandas | ||
Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team | ||
All rights reserved. | ||
Copyright (c) 2011-2024, Open source contributors. | ||
|
||
|