-
Notifications
You must be signed in to change notification settings - Fork 264
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
Introduce EXTRACT_COLUMNS
to extract structured tables from unstructured text
#1235
Open
1 of 2 tasks
Labels
AI Engines
Features, Bugs, related to AI Engines
Comments
|
Hi @pchunduri6, very good feedback.
|
Hey @gaurav274 introduced me to this issue. Seems interesting. Can I take it up? |
HI @hershd23 , thanks for your interest! Yes! |
https://github.com/hershd23/eva-structure-gpt Have something up just as a quick and dirty POC. Mostly testing for the testing of the prompt which I build incrementally. I think this is good enough to start work on the function itself |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Description
EXTRACT_COLUMNS
will be similar toEXTRACT_OBJECT
for videos, which is not a standard user defined functions. In optimizer, it will be translated to a valid EvaDB query plan tree with multiple functions and operators.Example Usage
""
, then RAG will not be used. In the first release ofEXTRACT_COLUMNS
, we will not support RAG.If we want to provide more fined grained controls, for example tuning hyper paramters, we can also introduce a
CREATE FUNCTION
, which allows us to have a key-value based configuration.@gaurav274 @jiashenC Please provide feedback. Thanks.
Use case
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: