smyja
smyja
> Should we check with https://matrix.to/#/#beekeepers:matrix.org, its been a few months, just checking if the rewrite is still active, happy to contribute @muesli Seems the project isn't active.
> It now works as expected; create bucket, chose a region, attach a subdomain, set up CORS and voila! > > > Would any of you want to share all...
still getting the same error
> Got same error > > ``` > loader = PyPDFLoader(fpath) > pages = loader.load_and_split() > text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000,chunk_overlap=20) > docs = text_splitter.split_documents(pages) > embeddings = OpenAIEmbeddings() > rds =...
did you resolve this?
> Why was the issue closed? I also met the same problem, my data is pure English, I want to ask questions in different languages, but only English reply is...
been running into the same issue, i can't go above 0.7
> If I understand the codebase correctly, when I create an index, each chunk is sent as a single embedding request to Open AI, one after the other. However, we...
have you resolved this? > I was expecting to receive a 400 status code when submitting a `POST` request for log-out if there is no user logged in - because...