GitHub / langchain-ai/langchain-redis issues and pull requests
#66 - fix: update RedisVL semantic cache import to fix deprecation warning
Pull Request -
State: closed - Opened by bsbodden 3 months ago
#65 - fix: RedisVectorStore::add_texts ignores **kwargs ids parameter (#58
Pull Request -
State: closed - Opened by bsbodden 3 months ago
#64 - fix(deps): update numpy version constraints for Python 3.13 compatibility
Pull Request -
State: closed - Opened by syscl 3 months ago
- 1 comment
#63 - Redis/v0.2.1
Pull Request -
State: closed - Opened by bsbodden 3 months ago
#62 - Logs are resetting to INFO when importing RedisChatMessageHistory
Issue -
State: closed - Opened by rotem925 3 months ago
#61 - Fix for issue #51: KeyError for ToolMessage
Pull Request -
State: open - Opened by Manuele99 3 months ago
- 2 comments
#60 - fix: handle empty values in get_by_ids for RedisVectorStore
Pull Request -
State: closed - Opened by Gauraviitkgp 4 months ago
- 1 comment
#59 - Fix RedisVectorStore::add_texts ignores **kwargs ids parameter
Pull Request -
State: closed - Opened by cjgatto 4 months ago
Labels: bug
#58 - RedisVectorStore::add_texts ignores **kwargs ids parameter
Issue -
State: closed - Opened by cjgatto 4 months ago
- 1 comment
Labels: bug
#57 - Fork langchain Redis for our own nightly CI run
Pull Request -
State: closed - Opened by tylerhutcherson 5 months ago
#56 - Update to support redisvl 0.4.0
Pull Request -
State: closed - Opened by tylerhutcherson 5 months ago
Labels: enhancement
#55 - Compatibility Issue with Pydantic V2
Issue -
State: closed - Opened by AnasLahmar 6 months ago
- 2 comments
#54 - fix: index response error compatible with stack and redis 8
Pull Request -
State: closed - Opened by wjohnsto 6 months ago
#53 - Pydantic UserWarning when importing the module
Issue -
State: closed - Opened by duc00 6 months ago
- 1 comment
#52 - When getting structured completion using json_schema param, serialization failed
Issue -
State: closed - Opened by banziyeoh 6 months ago
- 6 comments
#51 - KeyError: 'tool_call_id'
Issue -
State: open - Opened by imrancharania 6 months ago
- 3 comments
Labels: needs reproducer
#50 - Bump version for dependency updates
Pull Request -
State: closed - Opened by abrookins 6 months ago
#49 - Typing error in RedisVectorStore.add_texts()
Issue -
State: closed - Opened by adriendwl 6 months ago
- 2 comments
#48 - dtype param expected in BaseVectorizer class but missing from EmbeddingsVectorizer
Issue -
State: closed - Opened by banziyeoh 6 months ago
- 4 comments
#47 - Feat/raae 529/simple
Pull Request -
State: closed - Opened by rbs333 7 months ago
#46 - feat: add ttl support to vector store
Pull Request -
State: closed - Opened by TheEaterr 7 months ago
#45 - Implement async methods for RedisSemanticCache (alookup, aupdate, aclear) (resolves gh-21)
Pull Request -
State: closed - Opened by bsbodden 7 months ago
#44 - dependencies: RedisVL v0.37 and others
Pull Request -
State: closed - Opened by bsbodden 7 months ago
#43 - support sort_by for queries
Issue -
State: closed - Opened by lelikg 7 months ago
#42 - Support get_by_ids
Pull Request -
State: closed - Opened by nickderobertis 7 months ago
- 1 comment
#41 - Support for get_by_ids
Issue -
State: closed - Opened by nickderobertis 7 months ago
#40 - add sort_by parameter to vector_store queries
Pull Request -
State: closed - Opened by lelikg 7 months ago
- 1 comment
#39 - no async support for embeddings
Issue -
State: closed - Opened by mziru 8 months ago
- 2 comments
#38 - Dockerize makefile
Issue -
State: closed - Opened by paololazzari 8 months ago
- 1 comment
Labels: wontfix
#37 - feature: in similarity_search, include keys in returned Documents when return_all=True
Pull Request -
State: closed - Opened by bsbodden 8 months ago
#36 - Bsb/gh 35
Pull Request -
State: closed - Opened by bsbodden 9 months ago
#35 - Use `config.embedding_dimensions` (if specified) in the RedisVectorStore instead of embedding dummy text.
Issue -
State: closed - Opened by AlirezaRoshanzamir 9 months ago
- 1 comment
#34 - infra: use artifact v4 in release pipeline
Pull Request -
State: closed - Opened by efriis 9 months ago
#33 - In `add_texts` use documents `ids` if keys are not provided
Pull Request -
State: closed - Opened by keenborder786 9 months ago
- 4 comments
#32 - infra: disable pypi release attestations
Pull Request -
State: closed - Opened by efriis 9 months ago
#31 - Search results from different indexes if names are similar
Issue -
State: closed - Opened by hschmied 9 months ago
- 1 comment
Labels: bug
#30 - Release v0.1.1
Pull Request -
State: closed - Opened by bsbodden 10 months ago
#29 - Fixed missing required positional argument: 'dtype' in buffer_to_array
Pull Request -
State: closed - Opened by filipecosta90 10 months ago
- 1 comment
#28 - Add missing scripts directory
Pull Request -
State: closed - Opened by bsbodden 10 months ago
#27 - similarity_search results missing 'id' value...
Issue -
State: closed - Opened by hschmied 10 months ago
- 2 comments
#26 - Bump redisvl and fix bugs
Pull Request -
State: closed - Opened by tylerhutcherson 10 months ago
Labels: bug
#25 - Get by ids
Pull Request -
State: open - Opened by eljandoubi 10 months ago
#24 - Add get by ids
Pull Request -
State: closed - Opened by eljandoubi 10 months ago
#23 - Adding docs to separate index_names adds to same record-pool; hence search also looks across index_names
Issue -
State: closed - Opened by hschmied 10 months ago
- 4 comments
Labels: bug
#22 - Unexpected behavior with RedisSemanticCache in LangChain - Cache entries not updating as expected
Issue -
State: closed - Opened by spacepirate0001 10 months ago
- 3 comments
#21 - RedisSemanticCache can not support async redis client
Issue -
State: closed - Opened by Silas-Xu 10 months ago
- 1 comment
#20 - fix: with pydantic 2 validaton side-effects were not respected (index…
Pull Request -
State: closed - Opened by bsbodden 11 months ago
- 1 comment
#19 - redis[patch]: fix initialization of RedisConfig.index_schema
Pull Request -
State: closed - Opened by ccurme 11 months ago
#18 - fix: compare error message to create index
Pull Request -
State: closed - Opened by MarceloNunesAlves 11 months ago
- 1 comment
#17 - Dependency with redis stack server
Issue -
State: closed - Opened by pradeepdev-1995 11 months ago
- 1 comment
Labels: question
#16 - Dependency error with langchain version 0.3.0
Issue -
State: closed - Opened by amiralichangizi 11 months ago
- 1 comment
#15 - redis[patch]: fix config init
Pull Request -
State: closed - Opened by baskaryan 11 months ago
#14 - redis[major]: upgrade to pydantic 2
Pull Request -
State: closed - Opened by ccurme 11 months ago
#13 - Langchain redis/add to release 0.0.4
Pull Request -
State: closed - Opened by bsbodden 11 months ago
#12 - Langchain redis/release 0.0.4
Pull Request -
State: closed - Opened by bsbodden 11 months ago
#11 - Support BYO redis-client in API calls
Issue -
State: closed - Opened by zumo64 11 months ago
#10 - Langchain redis/release 0.0.3
Pull Request -
State: closed - Opened by bsbodden 11 months ago
#9 - Unused torch dependency causing deployment failures due to overly large Docker image
Issue -
State: closed - Opened by dtan2-wiq 11 months ago
- 2 comments
#8 - Langchain redis/v0.0.3
Pull Request -
State: closed - Opened by bsbodden 11 months ago
#7 - Chat message memory without redis json module
Issue -
State: closed - Opened by GrozniyToaster 11 months ago
- 1 comment
#6 - Langchain-Redis v0.0.2
Pull Request -
State: closed - Opened by bsbodden 12 months ago
#5 - v0.0.2
Pull Request -
State: closed - Opened by bsbodden 12 months ago
Labels: bug, documentation, enhancement
#4 - Release v0.0.1 for LangChain-Redis Partner Package
Pull Request -
State: closed - Opened by bsbodden about 1 year ago
#3 - release 0.0.1rc0
Pull Request -
State: closed - Opened by efriis about 1 year ago
#2 - init pkg
Pull Request -
State: closed - Opened by efriis about 1 year ago
#1 - release permissions
Pull Request -
State: closed - Opened by efriis about 1 year ago