Commit Graph

149 Commits (e90d007db39654662b037ebceeb8b95762ed6b85)

Author SHA1 Message Date
Kacper Łukawski 585f60a5aa
Qdrant update to 1.1.1 & docs polishing (#2388)
This PR updates Qdrant to 1.1.1 and introduces local mode, so there is
no need to spin up the Qdrant server. By that occasion, the Qdrant
example notebooks also got updated, covering more cases and answering
some commonly asked questions. All the Qdrant's integration tests were
switched to local mode, so no Docker container is required to launch
them.
1 year ago
sergerdn 870cd33701
fix: testing in Windows and add missing dev dependency (#2340)
This changes addresses two issues.

First, we add `setuptools` to the dev dependencies in order to debug
tests locally with an IDE, especially with PyCharm. All dependencies dev
dependencies should be installed with `poetry install --extras "dev"`.

Second, we use PurePosixPath instead of Path for URL paths to fix issues
with testing in Windows. This ensures that forward slashes are used as
the path separator regardless of the operating system.

Closes https://github.com/hwchase17/langchain/issues/2334
1 year ago
Harrison Chase 347ea24524
bump version to 130 (#2343) 1 year ago
Harrison Chase 9a5268dc5f
bump version to 129 (#2281) 1 year ago
Harrison Chase e57b045402
bump version to 128 (#2236) 1 year ago
Harrison Chase 097684e5f2
bump version to 127 (#2197) 1 year ago
Harrison Chase 55b52bad21
bump version to 126 (#2155) 1 year ago
Harrison Chase b35260ed47
Harrison/memory base (#2122)
@3coins + @zoltan-fedor.... heres the pr + some minor changes i made.
thoguhts? can try to get it into tmrws release

---------

Co-authored-by: Zoltan Fedor <zoltan.0.fedor@gmail.com>
Co-authored-by: Piyush Jain <piyushjain@duck.com>
1 year ago
Ankush Gola ccee1aedd2
add async support for anthropic (#2114)
should not be merged in before
https://github.com/anthropics/anthropic-sdk-python/pull/11 gets released
1 year ago
Harrison Chase a554e94a1a
v125 (#2109)
for hackathon tonight!
1 year ago
Honkware aff33d52c5
Add OpenWeatherMap API Tool (#2083)
Added tool for OpenWeatherMap API
1 year ago
Harrison Chase a9e1043673
bump version 124 (#2101) 1 year ago
Harrison Chase f281033362
rm pandas dependency (#2102) 1 year ago
Harrison Chase eff5eed719
Harrison/jina (#2043)
Co-authored-by: numb3r3 <wangfelix87@gmail.com>
Co-authored-by: felix-wang <35718120+numb3r3@users.noreply.github.com>
1 year ago
Harrison Chase 30e3b31b04
Harrison/document cleanup (#2062)
Co-authored-by: Delip Rao <delip@users.noreply.github.com>
1 year ago
Harrison Chase b83e826510
plugin tool (#1974) 1 year ago
Harrison Chase 6e0d3880df
bump version to 122 (#1970) 1 year ago
Harrison Chase 910da8518f
hotfix (#1928) 1 year ago
Harrison Chase 75149d6d38
bump version 120 (#1918) 1 year ago
Memento Mori 31f9ecfc19
Fix tiktoken version (#1882)
Fix https://github.com/hwchase17/langchain/issues/1881
This issue occurs when using `'gpt-3.5-turbo'` with
`VectorDBQAWithSourcesChain`
1 year ago
Harrison Chase 2280a2cb2f
bump version to 119 (#1886) 1 year ago
Harrison Chase 2136dc94bb
bump version to 118 (#1854) 2 years ago
Harrison Chase 0ca1641b14
release 0.0.117 (#1819) 2 years ago
Harrison Chase 8e5c4ac867
bump version to 0.0.116 (#1788) 2 years ago
Harrison Chase 2f6833d433
hotfix (#1742) 2 years ago
Harrison Chase aa854988bf
bump version to 114 (#1739) 2 years ago
Alexandros Mavrogiannis 5d8dc83ede
Bump duckdb-engine to 0.7.0 (#1726)
Resolves https://github.com/hwchase17/langchain/issues/1272
Resolves https://github.com/hwchase17/langchain/issues/1578
2 years ago
Alex Strick van Linschoten d6bbf395af
Loosen PyYAML dependency (#1698)
Hitting some dependency issues relating to this strict pinning. Unsure
of the knock-on effects, but wanted to propose this loosening down a
couple of versions.
2 years ago
Harrison Chase 3c24684522
harrison/bump-version-00113 (#1701) 2 years ago
Harrison Chase 0b29e68c17
Harrison/pgvector (#1679)
Co-authored-by: Aman Kumar <krsingh.aman@gmail.com>
2 years ago
Harrison Chase e5c1659864
bump ver (#1668) 2 years ago
Harrison Chase 8965a2f0af
bump and hotfix (#1665) 2 years ago
Harrison Chase e326939759
bump version 110 (#1662) 2 years ago
Harrison Chase d53ff270e0
bump version to 109 (#1646) 2 years ago
Eugene Yurtsev bd4a2a670b
Add copy button to sphinx notebooks (#1622)
This adds a copy button at the top right corner of all notebook cells in
sphinx
notebooks.
2 years ago
Harrison Chase c0ad5d13b8
bump to version 108 (#1613) 2 years ago
Harrison Chase c6bfa00178
bump version to 107 (#1590) 2 years ago
Harrison Chase bd335ffd64
bump version to 106 (#1562) 2 years ago
Harrison Chase 2a7215bc3b
Harrison/prompt issues (#1537) 2 years ago
Harrison Chase aba58e9e2e
Harrison/bumpver104 (#1525) 2 years ago
Harrison Chase d0062c7a9a
bump version to 103 (#1498) 2 years ago
Harrison Chase 312c319d8b
bump version to 102 (#1471) 2 years ago
Harrison Chase 56b850648f
cr (#1436) 2 years ago
Nuno Campos 499e76b199
Allow the regular openai class to be used for ChatGPT models (#1393)
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2 years ago
Harrison Chase dda5259f68
bump version to 0.0.99 (#1390) 2 years ago
Kacper Łukawski 9ac442624c
Add Qdrant named arguments (#1386)
This PR:
- Increases `qdrant-client` version to 1.0.4
- Introduces custom content and metadata keys (as requested in #1087)
- Moves all the `QdrantClient` parameters into the method parameters to
simplify code completion
2 years ago
Harrison Chase 4b5e850361
chatgpt wrapper (#1367) 2 years ago
Harrison Chase c01f9100e4
bump version to 0097 (#1365) 2 years ago
Harrison Chase 924bba5ce9
bump version (#1342) 2 years ago
Harrison Chase f61858163d
bump version to 0.0.95 (#1324) 2 years ago