Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Agent Builder Search pattern with Data Ingestion #1380

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

ThibaultScalbert
Copy link

Description

Adding a new pattern for Agent Builder Search in the starter pack

@ThibaultScalbert ThibaultScalbert requested a review from a team as a code owner November 7, 2024 14:50
@georschi georschi changed the title Add Agent Builder Search pattern with Data Ingestion feat: Add Agent Builder Search pattern with Data Ingestion Nov 8, 2024
@@ -8,29 +8,34 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = "^3.10,<3.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to check if this is actually needed or if we can find a workaround

google-cloud-pipeline-components = "^2.17.0"
kfp = "^2.7"
pandas = "^2.2.3"
tqdm = "^4.67.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think this is needed

pypdf = "^4.3.1"
grpcio = "1.64.1"
langgraph = "^0.2.21"
uvicorn = {extras = ["standard"], version = "^0.30.5"}
immutabledict = "^4.2.0"
langchain-core = "^0.3.9"
google-cloud-pipeline-components = "^2.17.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all these should fit in extra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants