tigerinus

Results 78 comments of tigerinus

Hit the same issue when calling the native `fetch` as part of VSCode extension development. Any help?

WSL1 is over slow and WSL2 is over complicated. I used CoLinux about 12 years ago and was very impressed. I wish CoLinux can be picked up again.

wildcard support, or default rule, please

![Screen Shot 2022-05-19 at 1 04 57 PM](https://user-images.githubusercontent.com/170311/169212439-16f3eff5-db7a-4efb-80e8-bd078f8a2f19.png) @leaf918 你的截图显示根分区剩余空间是 0GB 所以确认一下:你的 NAS 即使剩余空间 0GB 也能正常跑么?

I encountered the same issue. I had to mv the ./x.y.z folder to ./x/y/z to work around the problem.

@ndeloof can u help me to understand about the failing e2e tests?

@ndeloof - can you approve this one more time? I saw the other PR passed the e2e tests, so I wonder if the failed e2e tests here are due to...

@ndeloof - I ran the e2e tests again, with and without my PR changes, both ran into the 15min timeout. Could it be irrelevant but intermittent issue? Does it have...

Added `TextStreamer` for `HuggingFacePipeline`, but doesn't seem to change anything to issue - https://github.com/langchain-ai/langserve/issues/218

> I actually figured it out if anyone needs the code. > > docsearch = Pinecone.from_existing_index(index_name=index_name, embedding=embeddings) I did this, but the RetrievalQA returns text other than what's indexed, which...