dham
dham
Hi, I was wondering if it's possible to run a flow from anything other than a script: e.g. ```python from flow import ParameterFlow ParameterFlow() ``` I'm currently getting the following...
- This uses the faiss built-in `write_index` and `load_index` to save and load faiss indexes locally - Also fixes #674 - The save/load functions also use the faiss library, so...
https://github.com/hwchase17/langchain/blob/236ae93610a8538d3d0044fc29379c481acc6789/tests/integration_tests/vectorstores/test_faiss.py#L54 This test will fail because `FAISS.from_texts` will assign uuid4s as keys in its docstore, while `expected_docstore` has string numbers as keys.
https://github.com/hwchase17/langchain/blob/777aaff84167e92dd1c77e722eec0938b76f95e5/langchain/chains/conversation/base.py#L30 ConversationBufferWindowMemory overwrites buffer with a list instead of just being a plain str.
Currently, the examples show how to go from a SavedModel to a graph function (`get_func_from_saved_model`) and do basic inference. However, for production environments, I could image that you'd want to...
``` cog build -t realms-adventurers-v3 --debug Setting CuDNN to version 11.6 Building Docker image from environment in cog.yaml as realms-adventurers-v3... $ docker build --file - --build-arg BUILDKIT_INLINE_CACHE=1 --tag realms-adventurers-v3 --progress...