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

Release 0.0.3 #111

Open
8 tasks
eyurtsev opened this issue Mar 25, 2024 · 7 comments
Open
8 tasks

Release 0.0.3 #111

eyurtsev opened this issue Mar 25, 2024 · 7 comments
Milestone

Comments

@eyurtsev
Copy link
Collaborator

eyurtsev commented Mar 25, 2024

In preparation for release 0.0.3 (likely mid or late April):

UI

  • Add examples configuration to the UI
  • Make sure examples work with the various model providers
  • Add ability to edit system message

BE:

  • Support download from a URL
  • Expose patch/put endpoint so the UI can update the system message on an existing extractor
  • Move to tool calling (for invocation and formatting of few-shot examples) and support Anthropic, Gemini, and Mistral (via langchain-mistralai).
  • Expand support to content like python files which at the moment are probably not plain/text mimetype, but can be definitely parsed as is
  • Why are json keys rearranged after hitting "create" button?  #122
@eyurtsev
Copy link
Collaborator Author

Review any other items from here: #25

@eyurtsev
Copy link
Collaborator Author

cc @ccurme

@eyurtsev eyurtsev pinned this issue Mar 26, 2024
@eyurtsev
Copy link
Collaborator Author

Community members feel free to request / suggest features

@eyurtsev eyurtsev added this to the 0.0.3 milestone Mar 31, 2024
@lhotwll217
Copy link

@eyurtsev what is download from URL? I've been messing around with an extract-from-url endpoint. Works decent considering I'm a noob

@eyurtsev
Copy link
Collaborator Author

eyurtsev commented Apr 7, 2024

Given a url, download the content, parse it and run it through extraction.

I want to augment the existing endpoint to accept a url in addition to text or a file.

The backend needs to:

  1. have a way to enable/disable the ability to accept a url -- since folks need to configure it to use a proxy for it to be safe against ssrf attacks
  2. information on whether it's enabled or disabled should be sent to the ui via the configuration endpoint

@danb27
Copy link

danb27 commented Apr 8, 2024

Request: download the results from the UI in JSON/CSV

@geraud-recarta
Copy link

Request: export/save an extractor
Steps: create an extractor, improve via examples, export/save to use somewhere else
Obviously import an extractor would be needed as well

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

No branches or pull requests

4 participants