James Veitch

Results 12 comments of James Veitch

Yes the installer seems to be non-existent... whats the purpose of linking elsewhere to a script for installation when it could just be included within the repository itself?

Is this project abandoned now?

Thanks for the response, appreciate that there's probably plenty of competing priorities. More than happy to help out if I can as this feels like a valuable project to keep...

Thanks to everyone else in this thread. In case it helps others I've successfully integrated this with [authentik](https://goauthentik.io) using the below `settings.py`: ```py """LDAP authentication override for CVAT See: *...

For others stumbling across this I needed to perform the following in order for MicroK8s nodes to work across my wireguard mesh. **Before** setting up the cluster, on each node...

After a bit more experimenting I think it’s potentially linked to the number of tokens being returned and attempted to be stuffed into the LLM. Errors out with the prompt...

For others hitting this issue, using the `stuff` chaintype (as most of the examples push you towards) results in all of the content being sent to the LLM without any...

**EDIT**: Have just seen your code and it looks like you're at the stage of loading a document and attempting to generate embeddings from it. My issue stemmed from returning...

> It is really bizarre that I can't use publicly available LLMs to create a very simple use case of interrogating a text file. Am I missing something? You'll have...

> Now I am guessing next step as you suggested is to increase the context tokens, to combat `Requested tokens exceed context window of 512`. Any documentation that you can...