Files
langchain-python/langchain/document_loaders
Leonid Ganeline c7ca350cd3 Fix class promotion (#6187)
In LangChain, all module classes are enumerated in the `__init__.py`
file of the correspondent module. But some classes were missed and were
not included in the module `__init__.py`

This PR:
- added the missed classes to the module `__init__.py` files
- `__init__.py:__all_` variable value (a list of the class names) was
sorted
- `langchain.tools.sql_database.tool.QueryCheckerTool` was renamed into
the `QuerySQLCheckerTool` because it conflicted with
`langchain.tools.spark_sql.tool.QueryCheckerTool`
- changes to `pyproject.toml`:
  - added `pgvector` to `pyproject.toml:extended_testing`
- added `pandas` to
`pyproject.toml:[tool.poetry.group.test.dependencies]`
- commented out the `streamlit` from `collbacks/__init__.py`, It is
because now the `streamlit` requires Python >=3.7, !=3.9.7
- fixed duplicate names in `tools`
- fixed correspondent ut-s

#### Who can review?
@hwchase17
@dev2049
2023-06-18 16:55:18 -07:00
..
2023-06-18 16:55:18 -07:00
2023-06-15 11:53:00 -07:00
2023-06-10 15:43:18 -07:00
2023-04-26 21:04:56 -07:00
2023-02-20 08:20:48 -08:00
2023-05-17 15:29:22 -07:00
2023-05-18 09:56:51 -04:00
2023-03-17 09:05:08 -07:00
2023-04-22 09:06:24 -07:00
2023-02-26 17:27:00 -08:00
2023-05-16 11:49:04 -04:00
2023-04-19 21:04:12 -07:00
2023-06-07 21:32:23 -07:00
2023-05-01 20:28:02 -07:00
2023-05-15 14:30:12 -07:00
2023-04-06 22:55:07 -07:00
2023-05-29 20:11:21 -07:00
2023-02-08 12:00:47 -08:00
2023-03-14 21:17:50 -07:00
2023-02-20 08:20:48 -08:00
2023-05-24 11:47:01 -07:00
2023-05-22 16:43:07 -07:00
2023-06-01 00:54:42 -07:00
2023-02-05 23:02:07 -08:00
2023-05-14 18:26:25 -07:00
2023-05-05 16:49:19 -07:00
2023-05-21 09:13:20 -07:00
2023-05-30 10:42:20 -07:00
2023-02-08 00:35:33 -08:00
2023-05-01 20:56:56 -07:00
2023-05-01 20:28:02 -07:00
2023-05-16 23:42:53 -07:00
2023-05-09 10:24:17 -04:00
2023-05-29 19:47:56 -07:00
2023-05-23 15:57:33 -07:00