Commit Graph

23 Commits

Author SHA1 Message Date
Henry 02fe500f21 Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
#	packages/components/nodes/cache/RedisCache/RedisCache.ts
#	packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
#	packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
#	packages/components/nodes/vectorstores/Redis/Redis.ts
#	packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
#	packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
#	packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
#	packages/components/src/agents.ts
2024-01-31 00:25:37 +00:00
Darien Kindlund 63665b37ce Switching Redis TTL from EX to PX to match TTL in milliseconds (as specified in the input param). 2024-01-28 21:58:04 -08:00
Henry 393f9b57c6 use singleton redis connection 2024-01-28 17:18:18 +00:00
Henry 0606d2c6dd upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
abhishekshankr 9c3d193432 Removed existing cache icons 2023-12-18 03:12:38 -05:00
abhishekshankr 6402bac079 Updated Cache Icons 2023-12-18 03:12:10 -05:00
tuxBurner a2404afc41 #1385 fixed linting 2023-12-14 10:43:50 +01:00
tuxBurner 871dea249c Added boolean flag which enables ssl connection for redis nodes.
This is needed for example connecting to the azure redis sever.
2023-12-13 18:47:25 +01:00
Henry 2da6f59834 fix ttl parseInt error 2023-12-06 01:51:14 +00:00
vinodkiran b40b41bdbc Redis Credential : Additional Redis URL based credential 2023-10-20 16:33:32 +05:30
Henry 07ef701c2b add im-mem cache embeddings 2023-10-19 12:39:53 +01:00
vinodkiran 21f6209a1b Embeddings Cache Feature - RedisEmbeddingsCache 2023-10-18 10:58:36 +05:30
Henry 98fa249721 fix Illegal Invocation 2023-10-13 15:42:21 +01:00
Henry 41e612408c add description 2023-10-11 20:09:13 +01:00
Henry f42a2d3387 add in-mem llm cache 2023-10-11 19:54:10 +01:00
vinodkiran 644bd09ef2 Removing InMemoryCache and code cleanup in MomentoCache 2023-10-08 23:03:00 +05:30
Henry Heng 12159f6730
Update UpstashRedisCache.ts type 2023-10-08 12:09:16 +01:00
Henry Heng abce51353b
Update RedisCache.ts type 2023-10-08 12:08:51 +01:00
Henry Heng 643adb5979
Update MomentoCache.ts type 2023-10-08 12:08:23 +01:00
Henry Heng 40b06cd43a
Update UpstashRedisCache.ts Base Class 2023-10-08 11:59:14 +01:00
Henry Heng 132913f50b
Update RedisCache.ts Base Class 2023-10-08 11:58:57 +01:00
Henry Heng a757491342
Update MomentoCache.ts Base Class 2023-10-08 11:58:37 +01:00
vinodkiran e01acbc3e8 Renaming of Category, Class Names and File names from LLMCache to Cache as this functionality is applicable to both LLM and Chat Models. 2023-10-08 15:53:06 +05:30