huanshare

Results 5 comments of huanshare

Traceback (most recent call last): File "generateCode.py", line 27, in index = VectorstoreIndexCreator().from_loaders([figma_loader]) File "/Users/admin/Library/Python/3.8/lib/python/site-packages/langchain/indexes/vectorstore.py", line 71, in from_loaders vectorstore = self.vectorstore_cls.from_documents( File "/Users/admin/Library/Python/3.8/lib/python/site-packages/langchain/vectorstores/chroma.py", line 398, in from_documents return cls.from_texts(...

this pr fix the problem https://github.com/langgenius/dify-plugin-daemon/pull/287

> I think this PR needs improvement: > > 1. The configuration information used by Apollo is only sourced from environment variables. It would be clearer to include this information...

> Hi @huanshare. > > The current implementation still doesn’t quite meet my expectations. Here’s the scenario I envision: > > 1. The user configures Apollo-related information in environment variables....

> Don’t mind. Would you consider opening a new PR to complete this feature? I agree that we can read Apollo's configuration directly from environment variables (in fact, adding the...