Files
langchain/langchain
maspotts 95c9aa1ccb Create async copy of from_text() inside GraphIndexCreator. (#5214)
Copies `GraphIndexCreator.from_text()` to make an async version called
`GraphIndexCreator.afrom_text()`.

This is (should be) a trivial change: it just adds a copy of
`GraphIndexCreator.from_text()` which is async and awaits a call to
`chain.apredict()` instead of `chain.predict()`. There is no unit test
for GraphIndexCreator, and I did not create one, but this code works for
me locally.

@agola11 @hwchase17
2023-05-24 21:54:12 -07:00
..
2023-05-24 21:05:13 +00:00
2023-05-24 10:03:53 -07:00
2023-05-24 15:51:12 -07:00
2023-05-24 21:06:03 +00:00
2023-05-24 15:51:12 -07:00
2023-05-24 15:51:12 -07:00
2023-05-20 08:21:52 -07:00
2023-05-24 10:02:09 -07:00
2023-05-24 15:51:12 -07:00
2023-05-17 01:28:43 +00:00
2023-05-15 15:38:49 +00:00
2023-05-17 22:50:35 +00:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-05-16 13:26:43 +00:00
2023-05-14 10:29:17 -07:00