VLog icon indicating copy to clipboard operation
VLog copied to clipboard

Transform Video as a Document with ChatGPT, CLIP, BLIP2, GRIT, Whisper, LangChain.

Results 11 VLog issues
Sort by recently updated
recently updated
newest added

In `gpt_model.py`, the LlmReasoner() class tries to save the vector store by dumping it into a tmp file as so on lines 78-79: `with open(pkl_path, "wb") as f: pickle.dump(vectorstore, f)`...

Hi,thank you for your open source of the work! I have the following problem: ``` /opt/conda/envs/vlog/lib/python3.8/site-packages/detectron2/data/transforms/transform.py:46 in │ ExtentTransform │ │ 43 │ See: https://pillow.readthedocs.io/en/latest/PIL.html#PIL.ImageTransform.ExtentTrans │ 44 │ """ │...

The build dependencies required for detectron2 were then installed successfully. However, when attempting to get the requirements to build the wheel a subprocess encountered an error and exited with code...

Repo - [langchain-serve](https://github.com/jina-ai/langchain-serve) - Exposes APIs from function definitions locally as well as on the cloud. - Very few lines of code changes, ease of development remains the same as...

In case of buy_watermelon video, the most important event was the "customer stabbing the seller" but it was not described. I have tried it with some other crime videos as...

Adapt OpenAI to any Custom LLMs provided in together.ai or Doubao API platform.

Description: Problem Overview When attempting to serialize the FAISS vectorstore object using pickle, a TypeError occurs: TypeError: cannot pickle '_thread.RLock' object This error arises because pickle cannot serialize objects that...

Hi I use the cmd to download the model file like: **wget -c https://datarelease.blob.core.windows.net/grit/models/grit_b_densecap_objectdet.pth** but got an error that: ERROR 409: Public access is not permitted on this storage account...