Note
Pixlie is currently in beta. We value your feedback as we progress towards a stable release.
AI powered knowledge graphs for semantically accurate insights. From personal research to semantic search in your apps.
Pixlie helps you create knowledge graphs that store semantic information about your data.
- Objective driven projects to create knowledge graphs ("Track companies on Indian stock exchanges")
- Use Anthropic Claude (other models' support coming soon) with your own API keys
- Use Brave Search API for web search with your own API keys
- Built-in simple web crawler
- Runs on your laptop or on the cloud
- Collaborate with your team (paid feature)
- Extract entities like people, places, dates, events, etc. (some paid features)
- Search your knowledge graph
- Use as your default search engine
- Simple to download and install
- Completely UI driven
See the domains on the website:
Pixlie is open source and is under active development. Our work is done in public, please star this repository, it means a lot to us. If you want to be notified when Pixlie is ready for use, please subscribe to our insights newsletter.
If you want to develop on Pixlie, please see the DEVELOP.md file.
If you want to use Pixlie, please see the USE.md file.
Pixlie has a REST API that you can use to interact with the graph. We use Bruno to document the API.
You can find the API spec in the rest_api
directory.
Yes, Pixlie is an alternative to using vector databases. Vector databases are good for storing and querying semantic data, but they do not model the underlying data accurately. In Pixlie, we use LLMs to classify individual pieces of semantically meaningful data. Each individual entity, such as a person, place, date, event, etc., is stored separately in the graph, along with its relationships to other entities. This makes our graph based approach better where accuracy is important.
- Pixlie is licensed under the GNU General Public License version 3.0
- See the LICENSE file for details