langchain/docs/extras/use_cases
Mateusz Wosinski a29cd89923
Synthetic data generation (#9759)
### Description

Implements synthetic data generation with the fields and preferences
given by the user. Adds showcase notebook.
Corresponding prompt was proposed for langchain-hub.

### Example

```
output = chain({"fields": {"colors": ["blue", "yellow"]}, "preferences": {"style": "Make it in a style of a weather forecast."}})
print(output)

# {'fields': {'colors': ['blue', 'yellow']},
 'preferences': {'style': 'Make it in a style of a weather forecast.'},
 'text': "Good morning! Today's weather forecast brings a beautiful combination of colors to the sky, with hues of blue and yellow gently blending together like a mesmerizing painting."}
```

### Twitter handle 

@deepsense_ai @matt_wosinski

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-09-19 16:29:50 -07:00
..
more Synthetic data generation (#9759) 2023-09-19 16:29:50 -07:00
qa_structured mv data bricks sql page (#10748) 2023-09-18 14:54:41 -07:00
question_answering fix qa structured link (#10799) 2023-09-19 13:40:48 -07:00
apis.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
chatbots.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
code_understanding.ipynb Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
extraction.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
summarization.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
tagging.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
web_scraping.ipynb docs: Add question answering over a website to web scraping (#10637) 2023-09-15 12:53:51 -07:00