Kenneth Leung
Kenneth Leung
Hi all, There are numerous ways besides random split in which the interactions dataset can be split, such as temporal split, user split etc. (See https://arxiv.org/pdf/2007.13237.pdf) So far it seems...
Can I check if what is the best way to automatically download and save the dashboard generated in Jupyter? Am looking for automatic ways other than clicking the 'Download As'...
Hey Abhishek, great work in setting up this really useful library, certainly makes the implementation of XGBoost much simpler. I ran a mini project using AutoXGB by objectively evaluating its...
Hey @hwchase17 , the arXiv API is a pretty useful one for retrieving specific arXiv information, including title, authors, topics, and text abstracts. Am thinking of working to include it...
Noticed that while `VectorDBQAWithSourcesChain.from_chain_type()` is great at returning the exact source, it would be further beneficial to also have the capability to return the k=4 vectors as seen in `VectorDBQA.from_chain_type()`,...
### Current Behavior This is an issue relating to the integration of GPTCache with LangChain ``` import os import time import gptcache from gptcache.processor.pre import get_prompt from gptcache.manager.factory import get_data_manager...
### What would you like to be added? While it is possible to cache each LLM call, I notice that there is no way to cache the entire thought process...
Hi all, I just wrote a detailed article on the technical aspects within Bark. Feel free to check out the article here: https://betterprogramming.pub/text-to-audio-generation-with-bark-clearly-explained-4ee300a3713a?sk=e2b2f75f5fc93c656bef031c60bf99bf
Any way to change the color of the highlighted text? The current light yellow is too bright and can make the text difficult to read
It seems like the highlighting/annotating over certain basic mathematical symbols results in jibberish. For example, highlighting something like P(A|B) in the text leads to the saved text being represented as...