Skip to content
#

Artificial Intelligence

ai logo

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.

Here are 12,340 public repositories matching this topic...

pytorch-lightning
thatlittleboy
thatlittleboy commented May 22, 2022

📚 Documentation

I'm following the "Lightning in 15 minutes" tutorial, and in the code snippet of the second section, there is a reference to a MNIST dataset from the tests/ directory.

![image](https://user-images.githubusercontent.com/30731072/169685554-7da2d549-09a5-4506-b99e-c6804d

bug good first issue docs
milvus
xiaofan-luan
xiaofan-luan commented May 16, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

Current chunk manager didn't accept ctx for timeout and tracing control.
such as:
Read(ctx, Context, filePath string) ([]byte, error)

Why is this needed?

No response

Anything else?

No response

kind/enhancement good first issue
dvc
leon
Lp-Francois
Lp-Francois commented Oct 5, 2019

Specs

  • Leon version: latest
  • OS (or browser) version: Fedora 30
  • Node.js version: 10.16.3
  • Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
bug good first issue
haystack
julian-risch
julian-risch commented May 16, 2022

TikaConverter requires tika to be running, which can be achieved by executing docker run -p 9998:9998 apache/tika:1.24.1. However, to simplify the usage of TikaConverter for users, it would be nice to have a method to launch the docker container from within Haystack. As an example, for our document stores, we have launch methods, such as [launch_es()](https://github.com/deepset-ai/haystack

type:feature good first issue Contributions wanted! topic:preprocessing