Brian J King
Brian J King
@niutech Do you know of any demos of OpenAlpaca or OpenLlama instances? Secondly, isn't OpenChatKit what became the RedPajamas INCITE models which are already in the table? https://www.together.xyz/blog/redpajama-models-v1
@alxspiker -- This needs to be built from source on M1, right? https://github.com/su77ungr/CASALIOY
@briancunningham6 I'm using anaconda3 >>> import platform >>> platform.uname() uname_result(system='Darwin', node='Brians-MacBook-Pro.local', release='22.4.0', version='Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000', machine='arm64') >>> Any ideas?
I'm getting an error on my m1 too.
https://github.com/danswer-ai/danswer/blob/main/backend/alembic/versions/47433d30de82_create_indexattempt_table.py @Weves Please help if you can
Yeah, I have similar issues too.
`PhantomJS` should only be used for RaspberryPi users since `Selenium` isn't available as far as I understand as you can see a note from @happyleavesaoc [here](https://github.com/happyleavesaoc/python-myusps/issues/9#issuecomment-366133382).
@Filimoa Sorry, it's your notebook file which I added to. I'm simply trying to identify the best way to extract text using OpenParse from a document like this: [UB04_empty.pdf](https://github.com/Filimoa/open-parse/files/14985191/UB04_empty.pdf) ```python...
@Filimoa So just to be clear, that notebook code I posted should have done the extraction similar to the quickstart and is the SOTA method open parse supports, right?
I added to the quickstart and it tells me there are no tables in the file - which is clearly wrong. ```py import sys from pathlib import Path sys.path.append("..") import...