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

Rag pipeline #180

Merged
merged 21 commits into from
Nov 21, 2024
Merged

Rag pipeline #180

merged 21 commits into from
Nov 21, 2024

Conversation

estohlmann
Copy link
Member

Add support for RAG pipelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

self.token = secret_response["SecretString"]

# Get the API endpoint from SSM
lisa_api_param_response = ssm_client.get_parameter(Name=os.environ["LISA_API_URL_PS_NAME"])
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a bad idea to add some error handling around missing environment variables

lib/rag/index.ts Outdated Show resolved Hide resolved
lib/schema.ts Outdated Show resolved Hide resolved
lib/schema.ts Outdated Show resolved Hide resolved
bedanley
bedanley previously approved these changes Nov 18, 2024
@bedanley
Copy link
Contributor

Let's add a backlog item to add unit tests to the lambda python code.

# Conflicts:
#	lib/schema.ts
#	package.json
@estohlmann estohlmann merged commit 1cb1b28 into develop Nov 21, 2024
4 checks passed
@estohlmann estohlmann deleted the feature/rag-pipeline-patch branch November 21, 2024 19:56
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