Nick Byrne

Results 44 comments of Nick Byrne

Hey. Here's the next contribution. It's based on a suggestion from issue #28 by dcherian. I've found it useful for viewing notebooks on GitHub. In the past I was telling...

At the moment, I have the pre-commit hooks as mandatory for each commit and push. Perhaps this needs to be changed? Most of the changes are cosmetic changes, so that...

Hey. This pull request is so that the default docs will build locally and on readthedocs (as of August '21 on a machine with Ubuntu at least). In my experience,...

I've pushed something in #1473. Let me know what you would like changed.

> I don't really understand what the issue is with the current approach. GET /chats will give you all of the chats of the user. It gives all the messages,...

> Could you clarify the use case you have? Why do you need only this information rather than what is returned by GET /chats? See my initial message. > This...

> Is that an accurate description of what you want to do? More or less. There is a branch [here](https://github.com/nenb/ragna/tree/central-view-perf-improvement). I'm not sure if it will be particularly helpful, as...

> In that case I'm confused again. `GET /chats/{id}` makes a request for a single chat. `GET /chats` makes a request for all chats. If there are a lot of...

**tl;dr** Independent configurability for both chunking and embedding behaviour, along with support for hyrbid-search (semantic + lexical) would hopefully bring 80% of the performance with 20% of the work. **Details:**...

> Not sure I understand. Isn't SourceStorage the abstraction that you are looking for here? Can't we just simply add a search_method: str = "semantic" to the .retrieve() method for...