-
await exif!.getLatLong() retuning null value
Future getLatLong() async {
final attributes = await getAttributes();
if (attributes == null) return null;
final latitude = attributes…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Silence `extra` and `left over keys` consol…
-
### What happened?
Why am i getting an Error to supply an embedding function in the javascript version ?
The docs said nothing about it.
I just want to make a simple "Hello World" type script.
…
-
## Description
Knowledge graph triples are generated by providing prompts to LLMs. Due to constraints like context length and the need for better output quality, the unstructured text is processed in …
-
Hi @xinformatics , may I ask if is it possible to upload the data used in Github as well? Thanks!
-
helm currently warns on every command:
```
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: …
WARNING: Kubernetes configuration file is world-readable. This i…
-
### Feature Idea
Testing the impact of Embeddings/TIs is currently somewhat tedious as there is no "automated" support within the Grid generator at the moment.
I propose using the same approach u…
-
### Describe the solution you'd like
Our Community Team would love a place on the site to host galleries of images/videos from each of the events we attend. I envision it as follows:
The page URL …
-
# Issue Description
There is a problem with `obs-api` package being `noarch`. It depends on value of `%{_libdir}` for location of architecture-dependent bundled gems provided by `obs-bundled-gems` pa…
-
Doing the math is actually pretty speedy. But something in this process is slow:
- Tokenizing tweet text
- Encoding tokens as indices
- Copying indices to GPU (if the embedding tensor is stored …