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

LLM query runner for long text #32

Closed
vasinov opened this issue May 15, 2023 · 1 comment
Closed

LLM query runner for long text #32

vasinov opened this issue May 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vasinov
Copy link
Member

vasinov commented May 15, 2023

Griptape needs a generic way to run queries against large bodies of text in TextArtifacts (e.g., for search). We currently rely on LlamaIndex for that functionality in tools but there is a number of downsides when it comes to using it.

I propose building a standalone component that uses PromptDrivers to load text of arbitrary length and run queries against it. After completing this feature, we can modify TextProcessor to support it.

@vasinov
Copy link
Member Author

vasinov commented May 15, 2023

This story is blocked until text embeddings, as defined in #36, are supported.

@vasinov vasinov self-assigned this May 19, 2023
@vasinov vasinov closed this as completed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant