Young Lee
Young Lee
still have this issue. my setup is.. Python 3.11.3 pip 23.1 Poetry 1.4.2 on Mac mini M2, Ventura 13.3
I've downgraded Python to 3.9.16 and reinstalled Poetry. Then the problem is gone. All dependent packages including torch 1.13.1 has been successfully installed.
Shouldn't tool.poetry.extras.open include tiktoken then? ``` -openai = ["openai"] +openai = ["openai", "tiktoken"] ```
+1, I'm consistently encountering the same error today.
@hwchase17, you're right. Initially, I implemented the set_messages() method to address another issue that I haven't reported yet, which is that ConversationSummaryBufferMemory does not persist its summary across sessions. However,...
@JamesMc86 thanks for great patch. @bdeitte would you please PR after resolving conflict? I hesitated to keep this project alive because this is technically obsoleted since sivy/node-statsd get to support...
> ["minAppVersion": "0.15.0",](https://github.com/joybro/obsidian-similar-notes/blob/6f56bd62655688c4bbc4dc5ce1428d5cbab564cc/manifest.json#L5) >You are using newer API's, set this to the latest public build number. Hi, thanks for reviewing the PR! I’ve updated the `minAppVersion` to `1.8.9`, which is...
I'm experiencing this issue with the latest version (3.1.1).