indhupamula commited on
Commit
c819145
·
verified ·
1 Parent(s): ee40c6d

Update sample.txt

Browse files
Files changed (1) hide show
  1. sample.txt +8 -8
sample.txt CHANGED
@@ -1,10 +1,10 @@
1
  Artificial Intelligence is a field of computer science that focuses on creating intelligent machines.
2
- Machine learning is a subset of artificial intelligence that allows systems to learn from data.
3
  Deep learning uses neural networks with multiple layers to solve complex problems.
4
- Databases are used to store, retrieve, and manage structured data efficiently.
5
- SQL is a language used to query relational databases.
6
- Semantic search focuses on understanding the meaning of user queries rather than matching keywords.
7
- Natural language processing enables computers to understand human language.
8
- FAISS is a library developed by Facebook for efficient similarity search.
9
- Embeddings convert text into numerical vectors that capture semantic meaning.
10
- Cosine similarity is used to measure similarity between text embeddings.
 
1
  Artificial Intelligence is a field of computer science that focuses on creating intelligent machines.
2
+ Machine learning is a subset of artificial intelligence that enables systems to learn from data.
3
  Deep learning uses neural networks with multiple layers to solve complex problems.
4
+ Databases store structured information efficiently.
5
+ SQL is used to query relational databases.
6
+ Semantic search focuses on understanding the meaning of text rather than matching keywords.
7
+ Natural language processing allows computers to understand human language.
8
+ FAISS is used for efficient similarity search over embeddings.
9
+ Embeddings convert text into numerical vectors that capture meaning.
10
+ Cosine similarity is commonly used to compare text embeddings.