Skip to content

Version 0.25.0

Compare
Choose a tag to compare
@thigm85 thigm85 released this 02 Sep 10:18
· 1718 commits to master since this release
4f71161
  • Allow id_field to be customizable when feeding a data frame (#370). Example:
responses = app.feed_df(df=corpus_df, include_id=True, id_field="doc_id")