Open Freezaa9 opened 1 month ago
Implementing Firestore as a key-value store, (ByteStore)
I used Redis store as example: https://python.langchain.com/api_reference/_modules/langchain_community/storage/redis.html#RedisStore
Test include:
I didn't use the function from document_converter.py and document_loader.py used in Firestorevectorstore because it made the code overcomplicate for this implementation.
Fixes #102 🦕
Thank you @Freezaa9 , we will review shortly.
Hello, any news ?
Implementing Firestore as a key-value store, (ByteStore)
I used Redis store as example: https://python.langchain.com/api_reference/_modules/langchain_community/storage/redis.html#RedisStore
Test include:
I didn't use the function from document_converter.py and document_loader.py used in Firestorevectorstore because it made the code overcomplicate for this implementation.
Fixes #102 🦕