generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Coverage for Hybrid search added #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aMahanna
approved these changes
Jun 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! feel free to merge
aMahanna
added a commit
that referenced
this pull request
Jun 9, 2025
commit f5e7cc1 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 9 07:39:38 2025 -0700 Coverage for Hybrid search added (#8) * Coverage for Hybrid search added * Fix lint commit a25e871 Merge: 8d3cbd4 d00bd64 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 2 09:19:58 2025 -0700 Merge pull request #3 from arangoml/chat_vector_tests unit and integration tests for chat message histories and vector stores commit 8d3cbd4 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:22 2025 -0400 bump: version commit cae31bf Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:17 2025 -0400 fix: _release commit 7d85751 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:11:10 2025 -0400 bump: version commit d00bd64 Merge: 70e6cfd 994b540 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:07:54 2025 -0400 Merge branch 'main' into chat_vector_tests commit 70e6cfd Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:04:37 2025 -0400 fix: ci commit b7b53f2 Merge: 24a28ac 61950e2 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 11:58:54 2025 -0400 Merge branch 'tests' into chat_vector_tests commit 24a28ac Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 08:07:17 2025 -0700 ruff format locally failing CI/CD commit 65aace7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:55:39 2025 -0700 Updating assert statements commit 5906fbf Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:51:53 2025 -0700 Updating assert statements commit 9e0031a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 10:18:05 2025 -0700 make format py312 commit 8ceac2d Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:58:41 2025 -0700 Updating assert statements to match latest ruff requirements python 12 commit bbbcecc Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:45:32 2025 -0700 Updating assert statements to match latest ruff requirements commit cde5615 Merge: 5034e4a 9344bf6 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:36:41 2025 -0700 Merge branch 'tests' into chat_vector_tests commit 5034e4a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:38:23 2025 -0700 No lint errors, all tests pass commit 9c35b8f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:37:40 2025 -0700 No lint errors commit ccad356 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:21:57 2025 -0700 Fixing linting and formatting errors commit 581808f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:01:12 2025 -0700 Testing from existing collection, all major coverage complete commit 4025fb7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 18:23:29 2025 -0700 Adding unit tests and integration tests for get by id commit 895a97a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 17:43:07 2025 -0700 All integration test and unit test passing, coverage 73% and 66% commit 5679003 Merge: b95bb04 b361cd2 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 10:50:48 2025 -0700 Merge branch 'tests' into chat_vector_tests commit b95bb04 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 09:03:20 2025 -0700 No changes to arangodb_vector commit 11a08fe Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:41:58 2025 -0700 minimal changes to arangodb_vector.py commit 4560c9c Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:12:52 2025 -0700 All 18 tests pass commit 463ea08 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 08:45:41 2025 -0700 Adding chat history unit tests commit f7fa9d9 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 07:47:37 2025 -0700 integration_tests_chat_history all passing
aMahanna
added a commit
that referenced
this pull request
Jun 9, 2025
* tests | initial commit * fix: dir * fix: lint * bring back `test_compile.py` * update: compose.yml * fix: ArangoGraphQAChain * new: `test_aql_generating_run` * fix: lint * type: ignore * update: tests * grapgh integration and unit tests * new: raise_on_write_operation * rename: force_read_only_query * fix: `AQL_WRITE_OPERATIONS` * fix: lint * new: `from_existing_collection` * cleanup * fix: docstring * new: coverage flags * temp * attempt: remove chmod * Update README.md * tests for graph(integration and unit- 98% each) and graph_qa(integration and unit- 100% each) * new: hybrid search * fix: docstrings * fix: lint * fix: lint PT1 * lint tests * remove: AQL_WRITE_OPERATIONS * lint changes * lint tests * lint tests * lint tests * lint tests * fix: lint * Squashed commit of the following: commit f5e7cc1 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 9 07:39:38 2025 -0700 Coverage for Hybrid search added (#8) * Coverage for Hybrid search added * Fix lint commit a25e871 Merge: 8d3cbd4 d00bd64 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 2 09:19:58 2025 -0700 Merge pull request #3 from arangoml/chat_vector_tests unit and integration tests for chat message histories and vector stores commit 8d3cbd4 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:22 2025 -0400 bump: version commit cae31bf Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:17 2025 -0400 fix: _release commit 7d85751 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:11:10 2025 -0400 bump: version commit d00bd64 Merge: 70e6cfd 994b540 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:07:54 2025 -0400 Merge branch 'main' into chat_vector_tests commit 70e6cfd Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:04:37 2025 -0400 fix: ci commit b7b53f2 Merge: 24a28ac 61950e2 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 11:58:54 2025 -0400 Merge branch 'tests' into chat_vector_tests commit 24a28ac Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 08:07:17 2025 -0700 ruff format locally failing CI/CD commit 65aace7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:55:39 2025 -0700 Updating assert statements commit 5906fbf Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:51:53 2025 -0700 Updating assert statements commit 9e0031a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 10:18:05 2025 -0700 make format py312 commit 8ceac2d Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:58:41 2025 -0700 Updating assert statements to match latest ruff requirements python 12 commit bbbcecc Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:45:32 2025 -0700 Updating assert statements to match latest ruff requirements commit cde5615 Merge: 5034e4a 9344bf6 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:36:41 2025 -0700 Merge branch 'tests' into chat_vector_tests commit 5034e4a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:38:23 2025 -0700 No lint errors, all tests pass commit 9c35b8f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:37:40 2025 -0700 No lint errors commit ccad356 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:21:57 2025 -0700 Fixing linting and formatting errors commit 581808f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:01:12 2025 -0700 Testing from existing collection, all major coverage complete commit 4025fb7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 18:23:29 2025 -0700 Adding unit tests and integration tests for get by id commit 895a97a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 17:43:07 2025 -0700 All integration test and unit test passing, coverage 73% and 66% commit 5679003 Merge: b95bb04 b361cd2 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 10:50:48 2025 -0700 Merge branch 'tests' into chat_vector_tests commit b95bb04 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 09:03:20 2025 -0700 No changes to arangodb_vector commit 11a08fe Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:41:58 2025 -0700 minimal changes to arangodb_vector.py commit 4560c9c Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:12:52 2025 -0700 All 18 tests pass commit 463ea08 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 08:45:41 2025 -0700 Adding chat history unit tests commit f7fa9d9 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 07:47:37 2025 -0700 integration_tests_chat_history all passing * Revert "Squashed commit of the following:" This reverts commit b6f7716. * comments addressed except .DS store file removal * update * rm: .DS_Store * rename: file * fix: lint --------- Co-authored-by: Anthony Mahanna <anthony.mahanna@arangodb.com> Co-authored-by: lasyasn <lasyan640@gmail.com>
SLasyaN
added a commit
that referenced
this pull request
Jun 11, 2025
* grapgh integration and unit tests * tests for graph(integration and unit- 98% each) and graph_qa(integration and unit- 100% each) * fix: lint PT1 * lint tests * remove: AQL_WRITE_OPERATIONS * lint changes * lint tests * lint tests * lint tests * lint tests * fix: lint * Squashed commit of the following: commit f5e7cc1 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 9 07:39:38 2025 -0700 Coverage for Hybrid search added (#8) * Coverage for Hybrid search added * Fix lint commit a25e871 Merge: 8d3cbd4 d00bd64 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 2 09:19:58 2025 -0700 Merge pull request #3 from arangoml/chat_vector_tests unit and integration tests for chat message histories and vector stores commit 8d3cbd4 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:22 2025 -0400 bump: version commit cae31bf Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:17 2025 -0400 fix: _release commit 7d85751 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:11:10 2025 -0400 bump: version commit d00bd64 Merge: 70e6cfd 994b540 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:07:54 2025 -0400 Merge branch 'main' into chat_vector_tests commit 70e6cfd Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:04:37 2025 -0400 fix: ci commit b7b53f2 Merge: 24a28ac 61950e2 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 11:58:54 2025 -0400 Merge branch 'tests' into chat_vector_tests commit 24a28ac Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 08:07:17 2025 -0700 ruff format locally failing CI/CD commit 65aace7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:55:39 2025 -0700 Updating assert statements commit 5906fbf Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:51:53 2025 -0700 Updating assert statements commit 9e0031a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 10:18:05 2025 -0700 make format py312 commit 8ceac2d Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:58:41 2025 -0700 Updating assert statements to match latest ruff requirements python 12 commit bbbcecc Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:45:32 2025 -0700 Updating assert statements to match latest ruff requirements commit cde5615 Merge: 5034e4a 9344bf6 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:36:41 2025 -0700 Merge branch 'tests' into chat_vector_tests commit 5034e4a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:38:23 2025 -0700 No lint errors, all tests pass commit 9c35b8f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:37:40 2025 -0700 No lint errors commit ccad356 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:21:57 2025 -0700 Fixing linting and formatting errors commit 581808f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:01:12 2025 -0700 Testing from existing collection, all major coverage complete commit 4025fb7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 18:23:29 2025 -0700 Adding unit tests and integration tests for get by id commit 895a97a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 17:43:07 2025 -0700 All integration test and unit test passing, coverage 73% and 66% commit 5679003 Merge: b95bb04 b361cd2 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 10:50:48 2025 -0700 Merge branch 'tests' into chat_vector_tests commit b95bb04 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 09:03:20 2025 -0700 No changes to arangodb_vector commit 11a08fe Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:41:58 2025 -0700 minimal changes to arangodb_vector.py commit 4560c9c Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:12:52 2025 -0700 All 18 tests pass commit 463ea08 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 08:45:41 2025 -0700 Adding chat history unit tests commit f7fa9d9 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 07:47:37 2025 -0700 integration_tests_chat_history all passing * Revert "Squashed commit of the following:" This reverts commit b6f7716. * comments addressed except .DS store file removal * update * docs update * changed docs * Warning reolution * format * Delete .DS_Store * cleanup --------- Co-authored-by: lasyasn <lasyan640@gmail.com> Co-authored-by: Anthony Mahanna <anthony.mahanna@arangodb.com>
aMahanna
added a commit
that referenced
this pull request
Jun 11, 2025
* initial commit * docs skeleton * Initial vector stores docs * Updating quickstart guide to langchain-arangodb * Adding chat_message history * bump: docs * fix: pyproject * Docs lasya (#10) * grapgh integration and unit tests * tests for graph(integration and unit- 98% each) and graph_qa(integration and unit- 100% each) * fix: lint PT1 * lint tests * remove: AQL_WRITE_OPERATIONS * lint changes * lint tests * lint tests * lint tests * lint tests * fix: lint * Squashed commit of the following: commit f5e7cc1 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 9 07:39:38 2025 -0700 Coverage for Hybrid search added (#8) * Coverage for Hybrid search added * Fix lint commit a25e871 Merge: 8d3cbd4 d00bd64 Author: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com> Date: Mon Jun 2 09:19:58 2025 -0700 Merge pull request #3 from arangoml/chat_vector_tests unit and integration tests for chat message histories and vector stores commit 8d3cbd4 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:22 2025 -0400 bump: version commit cae31bf Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:30:17 2025 -0400 fix: _release commit 7d85751 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:11:10 2025 -0400 bump: version commit d00bd64 Merge: 70e6cfd 994b540 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:07:54 2025 -0400 Merge branch 'main' into chat_vector_tests commit 70e6cfd Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 13:04:37 2025 -0400 fix: ci commit b7b53f2 Merge: 24a28ac 61950e2 Author: Anthony Mahanna <anthony.mahanna@arangodb.com> Date: Fri May 30 11:58:54 2025 -0400 Merge branch 'tests' into chat_vector_tests commit 24a28ac Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 08:07:17 2025 -0700 ruff format locally failing CI/CD commit 65aace7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:55:39 2025 -0700 Updating assert statements commit 5906fbf Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 28 07:51:53 2025 -0700 Updating assert statements commit 9e0031a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 10:18:05 2025 -0700 make format py312 commit 8ceac2d Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:58:41 2025 -0700 Updating assert statements to match latest ruff requirements python 12 commit bbbcecc Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:45:32 2025 -0700 Updating assert statements to match latest ruff requirements commit cde5615 Merge: 5034e4a 9344bf6 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 09:36:41 2025 -0700 Merge branch 'tests' into chat_vector_tests commit 5034e4a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:38:23 2025 -0700 No lint errors, all tests pass commit 9c35b8f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 21 08:37:40 2025 -0700 No lint errors commit ccad356 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:21:57 2025 -0700 Fixing linting and formatting errors commit 581808f Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 20:01:12 2025 -0700 Testing from existing collection, all major coverage complete commit 4025fb7 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 18:23:29 2025 -0700 Adding unit tests and integration tests for get by id commit 895a97a Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Sun May 18 17:43:07 2025 -0700 All integration test and unit test passing, coverage 73% and 66% commit 5679003 Merge: b95bb04 b361cd2 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 10:50:48 2025 -0700 Merge branch 'tests' into chat_vector_tests commit b95bb04 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 09:03:20 2025 -0700 No changes to arangodb_vector commit 11a08fe Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:41:58 2025 -0700 minimal changes to arangodb_vector.py commit 4560c9c Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 14 08:12:52 2025 -0700 All 18 tests pass commit 463ea08 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 08:45:41 2025 -0700 Adding chat history unit tests commit f7fa9d9 Author: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Date: Wed May 7 07:47:37 2025 -0700 integration_tests_chat_history all passing * Revert "Squashed commit of the following:" This reverts commit b6f7716. * comments addressed except .DS store file removal * update * docs update * changed docs * Warning reolution * format * Delete .DS_Store * cleanup --------- Co-authored-by: lasyasn <lasyan640@gmail.com> Co-authored-by: Anthony Mahanna <anthony.mahanna@arangodb.com> * Create Documentation for ArangoDB Vector Stores and Chat Message Histories (#11) * Update API documentation to match ArangoClient format - Convert vector stores and chat message histories docstrings to use :param: and :type: format - Add comprehensive examples from integration tests directly in API documentation - Enhanced with rich code examples showing real usage patterns * Fixing params formatting * removing empty notebook * Removing placeholders updating content to match test cases * Updating langchain logo, adding indexing for API reference * Fix doc issues * removing API reference from quickstart guide * Fixing lint line length issues * updating docstring and imports for documentation * Removing advanced index * fix: invoke * rm: docs * bump * cleanup --------- Co-authored-by: Anthony Mahanna <anthony.mahanna@arangodb.com> --------- Co-authored-by: Ajay Kallepalli <ajay.r.kallepalli@gmail.com> Co-authored-by: SLasyaN <snarendrapurapu@dons.usfca.edu> Co-authored-by: lasyasn <lasyan640@gmail.com> Co-authored-by: Ajay Kallepalli <72517322+ajaykallepalli@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added integration tests for hybrid search overall coverage is 85%
Added unit tests for hybrid search, overall coverage is 71%