-
**Describe the bug**
using 'search_pubs()' as stated in the docs raises a StopIteration Error
i think another commenter in #517 mentioned a possible [cause of the error](https://github.com/scholarly…
-
https://gist.github.com/adamcik/5aaf7c9b01a2a5143403 has two hacked up ply based parsers for the new intended state (https://docs.google.com/document/d/1TphZ2dofTvnxk54UxVOQkhIhzVUwChmfWwMHA-vJfaU/edi…
-
**Is your feature request related to a problem? Please describe.**
From the memory processing, extract the category, or topics to search relevant links for.
If can't build a query from memory proces…
-
Hi,
Juste upgraded to 8.3 and the UNACCENT function throws an error :
```
Error:
Cannot use object of type Doctrine\Common\Lexer\Token as array
at vendor/martin-georgiev/postgresql-for-d…
-
I have installed the app and gone through the authentication process... that part seemed to work, didn't report any errors. It seems to have access to my account, as when I do "playlist" it reports my…
-
The following error has been observed as a result of a _search call, resulting in HTTP 500 response.
```
com.fasterxml.jackson.core.JsonParseException: Unrecognized character escape '*' (code 42)
at…
-
Upon testing, it looks like we're missing the events results when searching for a generic term like "events in ${city}
![CleanShot 2024-10-10 at 10 27 01](https://github.com/user-attachments/assets…
-
Azure AI search [allows](https://learn.microsoft.com/en-us/azure/ai-services/openai/references/azure-search?tabs=python#query-type) five search query types:
* simple | Represents the default, simpl…
-
I tried this code:
```rust
pub fn to_opt(p: *mut T) -> Option {
if p.is_null() {
None
} else {
Some(p.cast_const())
}
}
```
And did:
…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I used OllamaEmbedding llama3:8b for local testing. After completing the index building …