-
Make sure API keys and other sensitive data is not logged in `toString()` of models and model builders.
Lombok generates `toString` for `@Builder` which leads to logging of API keys and other sensi…
-
* Data analysis flow to metadata
![Image](https://github.com/user-attachments/assets/ff16ca3c-76eb-4290-8d17-3060accccd1e)
* Data analysis
![Image](https://github.com/user-attachments/assets/7e6ce…
-
### Describe your problem
Sometimes, when I submit a query, the following error occurs:
```
Traceback (most recent call last):
File "/ragflow/api/apps/conversation_app.py", line 181, in stream…
-
```
CargoManifestError(Parse(Error {
inner: Error {
inner: TomlError {
message: "data did not match any variant of untagged enum MaybeInherited",
…
-
## Current Builder/Viewer
### Features
- [ ] display option:
- [ ] warp
- [ ] globe view
- [ ] transparency
- [ ] Local / Remote rendering (PyVista toolbar)
- [ ] Interactive preview (…
-
### Description of problem
I attempted to deploy to Dokku from an automated environment via GitHub Actions as usual, but deployment failed due to the following error:
```bash
remote: -----> Check…
-
### Describe the enhancement requested
When reading some column chunks but not all, parquet is building a list of "ConsecutivePartList", then trying to call the Hadoop api for vectorized reader of FS…
-
### Description
After upgrading to .Net 9.0 on a API project the following codes throws the error "System.Security.Cryptography.CryptographicException: 'Access denied.'" when not run as Admin. This w…
-
# User Story
* As a user
* I can see information about final exams for courses on the course details page.
* So that I can plan my schedule better
### Discussion
The UCSB Developer API provides a s…
-
In https://developer.paypal.com/demo/checkout/#/pattern/server there's this bit:
```
// Call your server to set up the transaction
createOrder: function(data, actions) {
…