langchain-ai / langchain-extract

🦜⛏️ Did you say you like data?
https://extract.langchain.com/
MIT License
989 stars 104 forks source link

Release 0.0.3 #111

Open eyurtsev opened 3 months ago

eyurtsev commented 3 months ago

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

UI

BE:

eyurtsev commented 3 months ago

Review any other items from here: https://github.com/langchain-ai/langchain-extract/issues/25

eyurtsev commented 3 months ago

cc @ccurme

eyurtsev commented 3 months ago

Community members feel free to request / suggest features

lhotwll217 commented 3 months ago

@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 commented 3 months ago

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 commented 3 months ago

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

geraud-recarta commented 3 months ago

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

shima-khoshraftar commented 1 month ago

Request: adding support for local models using ollama (ollamaFunctions) or any other library