shaktisd

Results 5 issues of shaktisd

Hi I am trying to work on a practical application of GPT2 to generate text commentary based on some structured data. For Example, for the following weather data , there...

While running discrete_demo.py , Getting following error ``` File "\.conda\envs\tf_env\lib\multiprocessing\pool.py", line 771, in get raise self._value AttributeError: 'NoneType' object has no attribute 'network' ```

LICENSE is not visible in pypi.org , can't use the package without license in pypi.org can you please update your setup.py with license setup ( license = "LGPL-3.0" )

I am running this in jupyter lab and getting following error ``` import vectorbt as vbt import yfinance cols = ['Open', 'High', 'Low', 'Close', 'Volume'] ohlcv = vbt.YFData.download("BTC-USD").get(cols) ohlcv.vbt.ohlcv.plot() ---------------------------------------------------------------------------...

I have some existing embeddings created from `doc_embeddings = embeddings.embed_documents(docs)` how to pass doc embeddings to FAISS vector store `from langchain.vectorstores import FAISS` right now FAISS.from_text() only takes an embedding...