tognee

Results 19 issues of tognee

Currently domains are checked based on the users emails registered and there are no settings to manage them. I want to make a PR to add this feature. My proposal:...

I can't load a pptx file **I'm getting this error:** ``` PhpOffice\PhpPresentation\Slide::setSlideLayout(): Argument #1 ($layout) must be of type PhpOffice\PhpPresentation\Slide\SlideLayout, false given, called in vendor/phpoffice/phppresentation/src/PhpPresentation/Slide.php on line 84 ``` **My...

Currently there is no way to keep a field not translated in case of issues with the machine translator. Setting the value to an empty StringValue will show the field...

### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...

good first issue

While I was working on the new domain management I found that the use of primary while talking about hostname or domains was getting a bit too confusing, so I...

**Description** The documentation says you can get the vector data from a search call by setting retrieveVectors to true. https://www.meilisearch.com/docs/reference/api/search#display-vectors-in-response **Expected behavior** Be able to do this ``` $searchQuery =...

enhancement
good first issue

**Description** The documentation says you can get the vector data from a single document by passing `retrieveVectors` as well. https://www.meilisearch.com/docs/reference/api/documents#get-one-document **Expected behavior** Pass `retrieveVectors: true` to `getDocument` and get the...

bug
good first issue

This PR lets users set a ManyToManyField as a SynchronizedField without recieving the error: > Direct assignment to the forward side of a many-to-many set is prohibited. Use model_name.set() instead....

I'm proposing to add limits to blueprints for parent types and child types. This would add a `parent_types` and `child_types` in the blueprint, like `hide` does. These properties should be...