Grant Doctor

Results 6 issues of Grant Doctor

/feature As the name implies, it would be great to support adopting existing resources into a helm release as defined here: helm/helm#7649 All this would require is updating the underlying...

I do not think it is a good prerequisite to make the user install helm, just to install the helm-operator. I understand the irony of that statement, but setup should...

# Description The RetrieverQueryEngine's [`aretrieve` function](https://github.com/run-llama/llama_index/blob/90ba0bc153e1bc6a5a21ce64ea1b03fc3b0f9775/llama-index-core/llama_index/core/query_engine/retriever_query_engine.py#L147) does two high level things: 1. Retrieve nodes given a query bundle. The query bundle according to the typing should be a `QueryBundle` object,...

size:S

Filter Version: SQLAlchemy Currently, the `search` query parameter translates to a SQL query with this form: ```SQL SELECT * FROM example WHERE example.name ILIKE '%test_string%' OR example.description ILIKE '%test_string%'; ```...

Stale

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've discussed this feature request in the [K8sGPT Slack](https://k8sgpt.slack.com) and got positive feedback ###...

### Description Contextvar `_current_http_request` (accessible via get_http_request/get_http_headers) returns incorrect request object for SSE transport. It always returns the request object for the last `/sse` request, and completely ignores the actual...

bug